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
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!
- -- Version: 3
- -- Instances:
- local ScreenGui = Instance.new('ScreenGui')
- local Title = Instance.new('TextLabel')
- local Close = Instance.new('TextButton')
- local open = Instance.new('TextButton')
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = 'Main'
- Main.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- Main.BorderSizePixel = 6
- Main.Position = UDim2.new(0.043800123, 0, 0.33292383, 0)
- Main.Visible = false
- Main.Draggable = true
- Title.Name = 'Title'
- Title.BackgroundColor3 = Color3.new(0.352941, 0, 0.529412)
- Title.BorderSizePixel = 6
- Title.Font = Enum.Font.GothamBlack
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 14
- Texts.Parent = Main
- Texts.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
- Texts.BorderSizePixel = 7
- Texts.Position = UDim2.new(0.0575221255, 0, 0.41114983, 0)
- Texts.Font = Enum.Font.GothamBlack
- Texts.TextColor3 = Color3.new(0, 0, 0)
- Texts.TextSize = 14
- Texts.MouseButton1Down:connect(function()
- local tbl_main =
- 'Phone'
- game:GetService('ReplicatedStorage').Events.SendTexts:FireServer(unpack(tbl_main))
- end)
- Close.Name = 'Close'
- Close.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Close.BorderSizePixel = 5
- Close.Size = UDim2.new(0, 69, 0, 55)
- Close.Text = 'X'
- Close.TextScaled = true
- Close.TextWrapped = true
- Main.Visible = false
- end)
- OpenMain.Name = 'OpenMain'
- OpenMain.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenMain.Position = UDim2.new(0.0178901907, 0, 0.181818187, 0)
- open.Parent = OpenMain
- open.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- open.BorderSizePixel = 6
- open.Font = Enum.Font.GothamBlack
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 14
- open.MouseButton1Down:connect(function()
- Main.Visible = true
RAW Paste Data