Facebook
From Ja, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 123904
  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')
  17. print('Press "E" to noclip')

Replies to Press e to noclip rss

Title Name Language When
Re: Press e to noclip Colossal Lemur text 3 Years ago.
Re: Press e to noclip Tacky Pheasant text 3 Years ago.
Re: Press e to noclip Speedy Marten text 3 Years ago.
Re: Press e to noclip Rude Pheasant text 3 Years ago.
Re: Press e to noclip Denim Cassowary text 3 Years ago.
Re: Press e to noclip Bistre Porcupine text 3 Years ago.
Re: Press e to noclip Perl Parakeet text 3 Years ago.
Re: Press e to noclip Putrid Sloth text 3 Years ago.
Re: Press e to noclip Commodious Mousedeer text 3 Years ago.
Re: Press e to noclip Melodic Dolphin text 3 Years ago.
Re: Press e to noclip Aqua Moth text 4 Years ago.
Re: Press e to noclip Ja text 4 Years ago.
‹ First  < 6 7 8 9 10 11 12 13 14 15