Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. (BYPASSED NOCLIP)
  2.  
  3. _G.NC = not _G.NC local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y if _G.InitNC ~= true then _G.NCFunc = function(part) if _G.NC then if part.Position.Y > pos then part.CanCollide = false end end end _G.InitNC = true end if _G.NC and _G.NCFunc ~= nil then game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc) end
  4.  
  5. (DESTROY DOORS)
  6. workspace.Doors:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement