Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Variables
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- -- Settings
- bind = "z" -- has to be lowercase
- bind2 = "x"
- bind3 = "c"
- bind4 = "v"
- bind5 = "b"
- bind6 = "n"
- -- Script
- mouse.KeyDown:connect(function(key)
- if key == bind then
- player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
- end
- end)
- mouse.KeyDown:connect(function(key2)
- if key2 == bind2 then
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-10166.7656, 503.01416, 3564.93286)
- end
- end)
- mouse.KeyDown:connect(function(key3)
- if key3 == bind3 then
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-4711.17822, 326.47937, -3411.83789)
- end
- end)
- mouse.KeyDown:connect(function(key4)
- if key4 == bind4 then
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-1632.4491, 114.868759, 2634.04395)
- end
- end)
- mouse.KeyDown:connect(function(key5)
- if key5 == bind5 then
- game.Lighting.FogEnd = 1000000
- end
- end)
- mouse.KeyDown:connect(function(key6)
- if key6 == bind6 then
- game.Lighting.Ambient=Color3.new(1,1,1)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement