Advertisement
CallMeChin

TNF Teleport

May 29th, 2019
981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. --[[
  2. Made By CallMeChin
  3. https://v3rmillion.net/member.php?action=profile&uid=605761
  4. --]]
  5.  
  6. local main = Instance.new("Frame")
  7. local illegal = Instance.new("TextButton")
  8. local credits = Instance.new("TextLabel")
  9. local title = Instance.new("TextLabel")
  10. local close = Instance.new("TextButton")
  11. local traveler = Instance.new("TextButton")
  12. local native = Instance.new("TextButton")
  13. local colonist = Instance.new("TextButton")
  14. local deer = Instance.new("TextButton")
  15. local elk = Instance.new("TextButton")
  16. local pound = Instance.new("TextButton")
  17. --Properties:
  18. main.Name = "main"
  19. main.Parent = game.StarterGui.tnftp
  20. main.BackgroundColor3 = Color3.new(1, 1, 1)
  21. main.Position = UDim2.new(0.292857766, 0, 0.483472437, 0)
  22. main.Size = UDim2.new(0, 157, 0, 258)
  23. main.Style = Enum.FrameStyle.DropShadow
  24.  
  25. illegal.Name = "illegal"
  26. illegal.Parent = main
  27. illegal.BackgroundColor3 = Color3.new(0, 0, 0)
  28. illegal.Position = UDim2.new(0.0420161784, 0, 0.034756273, 0)
  29. illegal.Size = UDim2.new(0, 127, 0, 19)
  30. illegal.Font = Enum.Font.SciFi
  31. illegal.Text = "Illegal Vendor"
  32. illegal.TextColor3 = Color3.new(1, 1, 1)
  33. illegal.TextSize = 14
  34.  
  35. credits.Name = "credits"
  36. credits.Parent = main
  37. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  38. credits.Position = UDim2.new(-0.0952817127, 0, 0.94896847, 0)
  39. credits.Size = UDim2.new(0, 162, 0, 18)
  40. credits.Font = Enum.Font.SciFi
  41. credits.Text = "By CallMeChin"
  42. credits.TextColor3 = Color3.new(1, 1, 1)
  43. credits.TextSize = 14
  44.  
  45. title.Name = "title"
  46. title.Parent = main
  47. title.BackgroundColor3 = Color3.new(0, 0, 0)
  48. title.Position = UDim2.new(-0.0834124535, 0, -0.0938269645, 0)
  49. title.Size = UDim2.new(0, 163, 0, 18)
  50. title.Font = Enum.Font.SciFi
  51. title.Text = "TNF Teleport GUI"
  52. title.TextColor3 = Color3.new(1, 1, 1)
  53. title.TextSize = 14
  54.  
  55. close.Name = "close"
  56. close.Parent = main
  57. close.BackgroundColor3 = Color3.new(0, 0, 0)
  58. close.BorderColor3 = Color3.new(1, 1, 1)
  59. close.Position = UDim2.new(0.937629819, 0, -0.0969683528, 0)
  60. close.Size = UDim2.new(0, 18, 0, 18)
  61. close.Font = Enum.Font.SciFi
  62. close.Text = "X"
  63. close.TextColor3 = Color3.new(1, 1, 1)
  64. close.TextSize = 14
  65.  
  66. traveler.Name = "traveler"
  67. traveler.Parent = main
  68. traveler.BackgroundColor3 = Color3.new(0, 0, 0)
  69. traveler.Position = UDim2.new(0.0420161784, 0, 0.161338955, 0)
  70. traveler.Size = UDim2.new(0, 127, 0, 19)
  71. traveler.Font = Enum.Font.SciFi
  72. traveler.Text = "Traveler"
  73. traveler.TextColor3 = Color3.new(1, 1, 1)
  74. traveler.TextSize = 14
  75.  
  76. native.Name = "native"
  77. native.Parent = main
  78. native.BackgroundColor3 = Color3.new(0, 0, 0)
  79. native.Position = UDim2.new(0.0483856052, 0, 0.279412121, 0)
  80. native.Size = UDim2.new(0, 127, 0, 19)
  81. native.Font = Enum.Font.SciFi
  82. native.Text = "Native Base"
  83. native.TextColor3 = Color3.new(1, 1, 1)
  84. native.TextSize = 14
  85.  
  86. colonist.Name = "colonist"
  87. colonist.Parent = main
  88. colonist.BackgroundColor3 = Color3.new(0, 0, 0)
  89. colonist.Position = UDim2.new(0.0420161784, 0, 0.403036475, 0)
  90. colonist.Size = UDim2.new(0, 127, 0, 19)
  91. colonist.Font = Enum.Font.SciFi
  92. colonist.Text = "Colonist Base"
  93. colonist.TextColor3 = Color3.new(1, 1, 1)
  94. colonist.TextSize = 14
  95.  
  96. deer.Name = "deer"
  97. deer.Parent = main
  98. deer.BackgroundColor3 = Color3.new(0, 0, 0)
  99. deer.Position = UDim2.new(0.0420161784, 0, 0.540049136, 0)
  100. deer.Size = UDim2.new(0, 127, 0, 19)
  101. deer.Font = Enum.Font.SciFi
  102. deer.Text = "Deer"
  103. deer.TextColor3 = Color3.new(1, 1, 1)
  104. deer.TextSize = 14
  105.  
  106. elk.Name = "elk"
  107. elk.Parent = main
  108. elk.BackgroundColor3 = Color3.new(0, 0, 0)
  109. elk.Position = UDim2.new(0.0420161784, 0, 0.673560023, 0)
  110. elk.Size = UDim2.new(0, 127, 0, 19)
  111. elk.Font = Enum.Font.SciFi
  112. elk.Text = "ELK"
  113. elk.TextColor3 = Color3.new(1, 1, 1)
  114. elk.TextSize = 14
  115.  
  116. pound.Name = "pound"
  117. pound.Parent = main
  118. pound.BackgroundColor3 = Color3.new(0, 0, 0)
  119. pound.Position = UDim2.new(0.0420161784, 0, 0.804336786, 0)
  120. pound.Size = UDim2.new(0, 127, 0, 19)
  121. pound.Font = Enum.Font.SciFi
  122. pound.Text = "Pound"
  123. pound.TextColor3 = Color3.new(1, 1, 1)
  124. pound.TextSize = 14
  125. -- Scripts:
  126. deer.MouseButton1Down:connect(function()
  127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.World.Operables.Animals.Deer.Triggers.Trigger.Main.CFrame + Vector3.new(0, 5, 0)
  128. end)
  129.  
  130. elk.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.World.Operables.Animals.Elk.Triggers.Trigger.Main.CFrame + Vector3.new(0, 15, 0)
  132. end)
  133.  
  134. colonist.MouseButton1Down:connect(function()
  135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-606.592773, 45, -657.825439)
  136. end)
  137.  
  138. native.MouseButton1Down:connect(function()
  139. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1864.0199, 57, 701.627319)
  140. end)
  141.  
  142. traveler.MouseButton1Down:connect(function()
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(268.278961, 81, -499.590393)
  144. end)
  145.  
  146. illegal.MouseButton1Down:connect(function()
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.World.Operables.Main.illegalSupplies.Triggers.Trigger.Part.CFrame + Vector3.new(0, 15, 0)
  148. end)
  149.  
  150. pound.MouseButton1Down:connect(function()
  151. local pounds = game.Workspace.World.Items.Pounds.Main.Position
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pounds)
  153. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement