Roblox Dinosaur Simulator Controls Pc

Flight Simulator Games, Simulation Train Simulator Video Games, Dinosaur King Ds, Driving Simulator, Racing Simulator Cockpit, Simulation Microsoft Video Games, Farming Simulator Video Games, Flight Simulator Video Game Controls, Microsoft Flight Simulation Video Games, Simulation. Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of players across an infinite variety of immersive, user-generated 3D worlds. Roblox is a global platform that brings people together through play.

Nov 2nd, 2019
Never
Roblox dinosaur simulator controls xbox one

This is a list of all the Herbivores in the game (Note: Some Dinosaurs appear on the list due to the fact that they have a skin that has a different diet/class) Trending pages Barosaurus.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Version: 3
  2. -- Instances:
  3. local ScreenGui = Instance.new('ScreenGui')
  4. local Title = Instance.new('TextLabel')
  5. local Close = Instance.new('TextButton')
  6. local open = Instance.new('TextButton')
  7. --Properties:
  8. ScreenGui.Parent = game.CoreGui
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10. Main.Name = 'Main'
  11. Main.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  12. Main.BorderSizePixel = 6
  13. Main.Position = UDim2.new(0.043800123, 0, 0.33292383, 0)
  14. Main.Visible = false
  15. Main.Draggable = true
  16. Title.Name = 'Title'
  17. Title.BackgroundColor3 = Color3.new(0.352941, 0, 0.529412)
  18. Title.BorderSizePixel = 6
  19. Title.Font = Enum.Font.GothamBlack
  20. Title.TextColor3 = Color3.new(0, 0, 0)
  21. Title.TextSize = 14
  22. Texts.Parent = Main
  23. Texts.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  24. Texts.BorderSizePixel = 7
  25. Texts.Position = UDim2.new(0.0575221255, 0, 0.41114983, 0)
  26. Texts.Font = Enum.Font.GothamBlack
  27. Texts.TextColor3 = Color3.new(0, 0, 0)
  28. Texts.TextSize = 14
  29. Texts.MouseButton1Down:connect(function()
  30. local tbl_main =
  31. 'Phone'
  32. game:GetService('ReplicatedStorage').Events.SendTexts:FireServer(unpack(tbl_main))
  33. end)
  34. Close.Name = 'Close'
  35. Close.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  36. Close.BorderSizePixel = 5
  37. Close.Size = UDim2.new(0, 69, 0, 55)
  38. Close.Text = 'X'
  39. Close.TextScaled = true
  40. Close.TextWrapped = true
  41. Main.Visible = false
  42. end)
  43. OpenMain.Name = 'OpenMain'
  44. OpenMain.BackgroundColor3 = Color3.new(1, 1, 1)
  45. OpenMain.Position = UDim2.new(0.0178901907, 0, 0.181818187, 0)
  46. open.Parent = OpenMain
  47. open.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  48. open.BorderSizePixel = 6
  49. open.Font = Enum.Font.GothamBlack
  50. open.TextColor3 = Color3.new(0, 0, 0)
  51. open.TextSize = 14
  52. open.MouseButton1Down:connect(function()
  53. Main.Visible = true
RAW Paste Data