Facebook
From Gamboge Ibis, 1 Year ago, written in Plain Text.
This paste is a reply to Press e to noclip from Ja - view diff
Embed
Download Paste or View Raw
Hits: 390
  1. noclip = false
  2. game:GetService('RunService').Stepped:connect(function()
  3. if noclip then
  4. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5. end
  6. end)
  7. plr = game.Players.LocalPlayer
  8. mouse = plr:GetMouse()
  9. mouse.KeyDown:connect(function(key)
  10.  
  11. if key == "e" then
  12. noclip = not noclip
  13. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  14. end
  15. end)
  16. print('Loaded')noclip = false
  17. game:GetService('RunService').Stepped:connect(function()
  18. if noclip then
  19. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  20. end
  21. end)
  22. plr = game.Players.LocalPlayer
  23. mouse = plr:GetMouse()
  24. mouse.KeyDown:connect(function(key)
  25.  
  26. if key == "e" then
  27. noclip = not noclip
  28. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  29. end
  30. end)
  31. print('Loaded')
  32. print('Press "E" to noclip')
  33. print('Press "E" to noclip')

Replies to Re: Press e to noclip rss

Title Name Language When
Re: Re: Press e to noclip Gentle Wigeon text 1 Year ago.