Categories > Exploiting > Scripts >
noclip script
Posted
I need a noclip script that works on R15 and R6
Hello world
Replied
function Noclip(NoClipVal)
if not NoClipVal then Clipping:Disconnect() return end
Clipping = game:GetService("RunService").Stepped:connect(function()
for i,v in next, game.Players.LocalPlayer.Character:GetChildren() do
if v:IsA("Part") or v:IsA("BasePart") then
v.CanCollide = false
end
end
end)
end
Hope this is what you're expecting :)
Insert siggy here
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )