Facebook
From my author, 11 Months 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: 204
  1.  
  2. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3. end
  4. end)
  5. print('Loaded')
  6. print('Press "E" to noclip')noclip = false
  7. game:GetService('RunService').Stepped:connect(function()
  8. if noclip then
  9. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  10. end
  11. end)
  12. plr = game.Players.LocalPlayer
  13. mouse = plr:GetMouse()
  14. mouse.KeyDown:connect(function(key)
  15.  
  16. if key == "e" then
  17. noclip = not noclip
captcha