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