Advertisement
MemesScriptMox

Noclip script (Q)

Apr 27th, 2019
15,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --OP noclip script
  2.  
  3. noclip = false
  4. game:GetService('RunService').Stepped:connect(function()
  5. if noclip then
  6. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  7. end
  8. end)
  9. plr = game.Players.LocalPlayer
  10. mouse = plr:GetMouse()
  11. mouse.KeyDown:connect(function(key)
  12.  
  13. if key == "q" then
  14. noclip = not noclip
  15. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  16. end
  17. end)
  18. print('Loaded')
  19. print('Press "Q" to noclip')
  20.  
  21. --MemesScriptMox
  22. Enjoy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement