Advertisement
PG_MCVN

Tele Land Orbs

Aug 4th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. -- Variables
  2.  
  3. local player = game.Players.LocalPlayer
  4. local mouse = player:GetMouse()
  5.  
  6. -- Settings
  7.  
  8. bind = "z" -- has to be lowercase
  9. bind2 = "x"
  10. bind3 = "c"
  11. bind4 = "v"
  12. bind5 = "b"
  13. bind6 = "n"
  14.  
  15. -- Script
  16.  
  17. mouse.KeyDown:connect(function(key)
  18. if key == bind then
  19. player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
  20. end
  21. end)
  22.  
  23. mouse.KeyDown:connect(function(key2)
  24. if key2 == bind2 then
  25. player.Character.HumanoidRootPart.CFrame = CFrame.new(-10166.7656, 503.01416, 3564.93286)
  26. end
  27. end)
  28.  
  29. mouse.KeyDown:connect(function(key3)
  30. if key3 == bind3 then
  31. player.Character.HumanoidRootPart.CFrame = CFrame.new(-4711.17822, 326.47937, -3411.83789)
  32. end
  33. end)
  34.  
  35. mouse.KeyDown:connect(function(key4)
  36. if key4 == bind4 then
  37. player.Character.HumanoidRootPart.CFrame = CFrame.new(-1632.4491, 114.868759, 2634.04395)
  38. end
  39. end)
  40.  
  41. mouse.KeyDown:connect(function(key5)
  42. if key5 == bind5 then
  43. game.Lighting.FogEnd = 1000000
  44. end
  45. end)
  46.  
  47. mouse.KeyDown:connect(function(key6)
  48. if key6 == bind6 then
  49. game.Lighting.Ambient=Color3.new(1,1,1)
  50. end
  51. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement