Upscalefanatic3

Screen Gui for Dino Simulator

Jan 23rd, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. local _b=Instance.new("ScreenGui")
  2. local ab=Instance.new("Frame")local bb=Instance.new("TextButton")
  3. local cb=Instance.new("TextButton")local db=Instance.new("TextButton")
  4. local _c=Instance.new("TextButton")local ac=Instance.new("TextButton")
  5. local bc=Instance.new("TextButton")local cc=Instance.new("TextLabel")_b.Parent=game.CoreGui
  6. ab.Name="ui"ab.Parent=_b;ab.Active=true;ab.BackgroundColor3=Color3.new(1,1,1)
  7. ab.BackgroundTransparency=0.5;ab.BorderSizePixel=3;ab.Draggable=true
  8. ab.Position=UDim2.new(0.423992664,0,0.297830373,0)ab.Size=UDim2.new(0,250,0,151)bb.Name="setcp"bb.Parent=ab
  9. bb.BackgroundColor3=Color3.new(1,1,1)bb.BackgroundTransparency=0.5;bb.BorderSizePixel=0
  10. bb.Position=UDim2.new(0.0360000022,0,0.0686695278,0)bb.Size=UDim2.new(0,99,0,34)bb.Font=Enum.Font.Cartoon
  11. bb.FontSize=Enum.FontSize.Size14;bb.Text="Set Checkpoint"bb.TextSize=14;cb.Name="gotocp"cb.Parent=ab
  12. cb.BackgroundColor3=Color3.new(1,1,1)cb.BackgroundTransparency=0.5;cb.BorderSizePixel=0
  13. cb.Position=UDim2.new(0.56400001,0,0.0686695278,0)cb.Size=UDim2.new(0,99,0,34)cb.Font=Enum.Font.Cartoon
  14. cb.FontSize=Enum.FontSize.Size14;cb.Text="Goto Checkpoint"cb.TextSize=14;db.Name="meat"db.Parent=ab
  15. db.BackgroundColor3=Color3.new(1,1,1)db.BackgroundTransparency=0.5;db.BorderSizePixel=0
  16. db.Position=UDim2.new(0.0360000022,0,0.390335768,0)db.Size=UDim2.new(0,99,0,34)db.Font=Enum.Font.Cartoon
  17. db.FontSize=Enum.FontSize.Size14;db.Text="Meat"db.TextSize=14;_c.Name="fern"_c.Parent=ab
  18. _c.BackgroundColor3=Color3.new(1,1,1)_c.BackgroundTransparency=0.5;_c.BorderSizePixel=0
  19. _c.Position=UDim2.new(0.56400001,0,0.387260884,0)_c.Size=UDim2.new(0,99,0,34)_c.Font=Enum.Font.Cartoon
  20. _c.FontSize=Enum.FontSize.Size14;_c.Text="Fern"_c.TextSize=14;ac.Name="water"ac.Parent=ab
  21. ac.BackgroundColor3=Color3.new(1,1,1)ac.BackgroundTransparency=0.5;ac.BorderSizePixel=0
  22. ac.Position=UDim2.new(0.0360000022,0,0.710074186,0)ac.Size=UDim2.new(0,99,0,34)ac.Font=Enum.Font.Cartoon
  23. ac.FontSize=Enum.FontSize.Size14;ac.Text="Water"ac.TextSize=14;bc.Name="safezone"bc.Parent=ab
  24. bc.BackgroundColor3=Color3.new(1,1,1)bc.BackgroundTransparency=0.5;bc.BorderSizePixel=0
  25. bc.Position=UDim2.new(0.56400001,0,0.710074186,0)bc.Size=UDim2.new(0,99,0,34)bc.Font=Enum.Font.Cartoon
  26. bc.FontSize=Enum.FontSize.Size14;bc.Text="Safe Zone"bc.TextSize=14;cc.Parent=ab
  27. cc.BackgroundColor3=Color3.new(1,1,1)cc.BackgroundTransparency=1
  28. cc.Position=UDim2.new(0.247999996,0,0.423841059,0)cc.Rotation=90;cc.Size=UDim2.new(0,124,0,22)
  29. cc.Font=Enum.Font.Cartoon;cc.FontSize=Enum.FontSize.Size14;cc.Text="Made by Lau#0114"
  30. cc.TextSize=14
  31. bb.MouseButton1Click:connect(function()
  32. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position end)
  33. cb.MouseButton1Click:connect(function()
  34. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  35. CFrame.new(asd)+Vector3.new(1,0,0)end)
  36. db.MouseButton1Click:connect(function()
  37. game.Workspace.GameEvents.EatMeat:FireServer(Workspace.DeadBody)end)
  38. _c.MouseButton1Click:connect(function()
  39. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2) end)
  40. ac.MouseButton1Click:connect(function()
  41. game.Workspace.GameEvents.addThirst:FireServer(Workspace.Water)end)
  42. bc.MouseButton1Click:connect(function()
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  44. -751,123,-796)+Vector3.new(1,0,0)end)
Add Comment
Please, Sign In to add comment