Advertisement
DashaBars

Ninja Tycoon

Jan 23rd, 2021
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local library = loadstring(game:HttpGet('https://pastebin.com/raw/Cz1cDh3Y',true))()
  3. library.options.underlinecolor = 'rainbow'
  4.  
  5. local Teleports = library:CreateWindow('Tycoon')
  6.  
  7. local Spawn = Teleports:Button('Spawn', function()
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-22.2066402, 32.2313309, -12.1781845)
  9. end)
  10. local a1 = Teleports:Button('Blue Tycoon', function()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (210.278595, 54.8310051, 468.704987)
  12. end)
  13. local a2 = Teleports:Button('Green Tycoon', function()
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (505.23761, 54.7510033, 68.6962814)
  15. end)
  16. local a3 = Teleports:Button('Red Tycoon', function()
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-499.560181, 54.83100151, 12.6050768)
  18. end)
  19. local a4 = Teleports:Button('Yellow Tycoon', function()
  20. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-139.592438, 54.6710014, -470.64563)
  21. end)
  22. local a5 = Teleports:Button('Orange Tycoon', function()
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (252.396835, 54.8310013, -470.601593)
  24. end)
  25. local a6 = Teleports:Button('Violet Tycoon', function()
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-181.775803, 54.8310051, 468.782532)
  27. end)
  28.  
  29. local Teleports = library:CreateWindow('Sky Temple')
  30.  
  31. local a1 = Teleports:Button('Blue Temple', function()
  32. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (120.146614, 266.230682, 344.634125)
  33. end)
  34. local a2 = Teleports:Button('Green Temple', function()
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (383.615967, 266.230682, 158.883408)
  36. end)
  37. local a3 = Teleports:Button('Red Temple', function()
  38. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-377.210532, 266.230682, -77.5587234)
  39. end)
  40. local a4 = Teleports:Button('Yellow Temple', function()
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-49.507843, 266.230682, -349.50061)
  42. end)
  43. local a5 = Teleports:Button('Orange Temple', function()
  44. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (340.433441, 266.230682, -349.776611)
  45. end)
  46. local a6 = Teleports:Button('Violet Temple', function()
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-271.492157, 266.230682, 348.500061)
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement