Categories > Exploiting > Scripts >

noclip script

Posts: 8

Threads: 5

Joined: Nov, 2021

Reputation: 0

Posted

I need a noclip script that works on R15 and R6

  • 0

Hello world

Posts: 207

Threads: 9

Joined: Feb, 2023

Reputation: 5

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 :)

  • 1

https://media.discordapp.net/attachments/1134643100715855893/1138795549244539011/SiggyOnGod.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )