Advertisement
KaesK

Untitled

Jan 23rd, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Plr = game.Players.LocalPlayer
  2. local m = game.Players.LocalPlayer:GetMouse()
  3. local player = game.Players.LocalPlayer
  4. local char = player.Character
  5. db = true
  6. m.KeyDown:connect(function(k)
  7. k = k:lower()
  8. if k == "g" then
  9. if db == true then
  10. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0,500000,0))
  11. end
  12. end
  13. end
  14.  
  15.  
  16. end
  17. end
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement