Lucas_Gauer

Field Trip

Jul 27th, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.83 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Power = Instance.new("TextButton")
  8. local Pyramid = Instance.new("TextButton")
  9. local Endparkour = Instance.new("TextButton")
  10. local Mazeend = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextBox = Instance.new("TextBox")
  14. local TextButton = Instance.new("TextButton")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. MainFrame.Name = "Main Frame"
  21. MainFrame.Parent = ScreenGui
  22. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. MainFrame.Position = UDim2.new(0.574150324, 0, 0.235059768, 0)
  24. MainFrame.Size = UDim2.new(0, 105, 0, 238)
  25. MainFrame.Active = true
  26. MainFrame.Draggable = true
  27.  
  28. Frame.Parent = MainFrame
  29. Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  30. Frame.Position = UDim2.new(0, 0, 0.108398952, 0)
  31. Frame.Size = UDim2.new(0, 105, 0, 212)
  32.  
  33. Power.Name = "Power"
  34. Power.Parent = Frame
  35. Power.BackgroundColor3 = Color3.new(0.364706, 0, 0)
  36. Power.Size = UDim2.new(0, 105, 0, 30)
  37. Power.Font = Enum.Font.SourceSans
  38. Power.Text = "Power"
  39. Power.TextColor3 = Color3.new(0, 0, 0)
  40. Power.TextSize = 14
  41.  
  42. Pyramid.Name = "Pyramid"
  43. Pyramid.Parent = Frame
  44. Pyramid.BackgroundColor3 = Color3.new(0.364706, 0, 0)
  45. Pyramid.Position = UDim2.new(0, 0, 0.554360032, 0)
  46. Pyramid.Size = UDim2.new(0, 105, 0, 31)
  47. Pyramid.Font = Enum.Font.SourceSans
  48. Pyramid.Text = "Pyramid"
  49. Pyramid.TextColor3 = Color3.new(0, 0, 0)
  50. Pyramid.TextSize = 14
  51.  
  52. Endparkour.Name = "End parkour"
  53. Endparkour.Parent = Frame
  54. Endparkour.BackgroundColor3 = Color3.new(0.364706, 0, 0)
  55. Endparkour.Position = UDim2.new(0, 0, 0.703059673, 0)
  56. Endparkour.Size = UDim2.new(0, 105, 0, 31)
  57. Endparkour.Font = Enum.Font.SourceSans
  58. Endparkour.Text = "Parkour end"
  59. Endparkour.TextColor3 = Color3.new(0, 0, 0)
  60. Endparkour.TextSize = 14
  61.  
  62. Mazeend.Name = "Maze end"
  63. Mazeend.Parent = Frame
  64. Mazeend.BackgroundColor3 = Color3.new(0.364706, 0, 0)
  65. Mazeend.Position = UDim2.new(0, 0, 0.849515498, 0)
  66. Mazeend.Size = UDim2.new(0, 105, 0, 31)
  67. Mazeend.Font = Enum.Font.SourceSans
  68. Mazeend.Text = "Maze end"
  69. Mazeend.TextColor3 = Color3.new(0, 0, 0)
  70. Mazeend.TextSize = 14
  71.  
  72. TextLabel.Parent = Frame
  73. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  74. TextLabel.Position = UDim2.new(0, 0, 0.141509429, 0)
  75. TextLabel.Size = UDim2.new(0, 105, 0, 16)
  76. TextLabel.Font = Enum.Font.SourceSans
  77. TextLabel.Text = "pay attention to the"
  78. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  79. TextLabel.TextSize = 14
  80.  
  81. TextLabel_2.Parent = TextLabel
  82. TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
  83. TextLabel_2.Position = UDim2.new(0, 0, 0.966981113, 0)
  84. TextLabel_2.Size = UDim2.new(0, 105, 0, 16)
  85. TextLabel_2.Font = Enum.Font.SourceSans
  86. TextLabel_2.Text = "the missing player name"
  87. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  88. TextLabel_2.TextSize = 12
  89.  
  90. TextBox.Parent = Frame
  91. TextBox.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  92. TextBox.Position = UDim2.new(0, 0, 0.292452842, 0)
  93. TextBox.Size = UDim2.new(0, 105, 0, 27)
  94. TextBox.Font = Enum.Font.SourceSans
  95. TextBox.Text = "Missing Player Name"
  96. TextBox.TextColor3 = Color3.new(1, 1, 1)
  97. TextBox.TextSize = 14
  98.  
  99. TextButton.Parent = TextBox
  100. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextButton.Position = UDim2.new(0, 0, 1, 0)
  102. TextButton.Size = UDim2.new(0, 105, 0, 29)
  103. TextButton.Font = Enum.Font.SourceSans
  104. TextButton.Text = "Teleport to player"
  105. TextButton.TextColor3 = Color3.new(0, 0, 0)
  106. TextButton.TextSize = 14
  107.  
  108. TextLabel_3.Parent = MainFrame
  109. TextLabel_3.BackgroundColor3 = Color3.new(1, 0, 0)
  110. TextLabel_3.Size = UDim2.new(0, 105, 0, 25)
  111. TextLabel_3.Font = Enum.Font.SourceSans
  112. TextLabel_3.Text = "Field Trip GUI"
  113. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  114. TextLabel_3.TextSize = 14
  115. -- Scripts:
  116. Power.MouseButton1Click:connect(function()
  117.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.PowerRoom.BUTTON.CFrame
  118. end)
  119. Pyramid.MouseButton1Click:connect(function()
  120.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1844.07764, -144.695618, -1147.0576))
  121. end)
  122. Endparkour.MouseButton1Click:connect(function()
  123.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1943.76782, -144.695618, -1269.8696))
  124. end)
  125. Mazeend.MouseButton1Click:connect(function()
  126.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2401.70508, -144.294998, -1272.7125))
  127. end)
  128. TextButton.MouseButton1Click:connect(function()
  129.     local ooooooof = TextBox.Text
  130.     local plr1 = game.Players.LocalPlayer.Character
  131.     local plr2 = game.Workspace:FindFirstChild(ooooooof)
  132.     plr1.HumanoidRootPart.CFrame = plr2.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  133. end)
Add Comment
Please, Sign In to add comment