Facebook
From Ja, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 129134
  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 Red Mockingbird text 3 Years ago.
Re: Press e to noclip Tiny Shama text 3 Years ago.
Re: Press e to noclip Melodic Lechwe text 3 Years ago.
Re: Press e to noclip treystolemygurl text 3 Years ago.
Re: Press e to noclip Round Penguin text 3 Years ago.
Re: Press e to noclip Ungracious Octupus text 3 Years ago.
Re: Press e to noclip Wet Bee text 3 Years ago.
Re: Press e to noclip Corrupt Hornbill text 3 Years ago.
Re: Press e to noclip Voluminous Leopard text 3 Years ago.
Re: Press e to noclip Botched Guinea Pig text 3 Years ago.
Re: Press e to noclip Denim Earthworm text 3 Years ago.
Re: Press e to noclip Botched Pelican text 3 Years ago.
Re: Press e to noclip vqild_fox text 3 Years ago.
Re: Press e to noclip Speedy Bat text 3 Years ago.
Re: Press e to noclip Fiery Eider text 3 Years ago.
Re: Press e to noclip Tiny Mockingbird text 3 Years ago.
Re: Press e to noclip Edgy Cat text 3 Years ago.
Re: Press e to noclip Gentle Hornbill text 3 Years ago.
Re: Press e to noclip Reliable Macaw text 3 Years ago.
Re: Press e to noclip Crippled Tapir text 3 Years ago.
Re: Press e to noclip Toxic Curlew text 3 Years ago.
Re: Press e to noclip Sole Monkey text 3 Years ago.
roblox noclip script a12af text 3 Years ago.
Re: Press e to noclip Stained Pheasant text 3 Years ago.
Re: Press e to noclip Mature Octupus text 3 Years ago.
Re: Press e to noclip Gruff Zebra text 3 Years ago.
Re: Press e to noclip Sludgy Sheep text 3 Years ago.
Re: Press e to noclip Sweltering Matamata text 3 Years ago.
Re: Press e to noclip Sole Prairie Dog text 3 Years ago.
Re: Press e to noclip Baby Dolphin text 3 Years ago.
‹ First  < 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >