Categories > Exploiting > Scripts >

noclip script


New Reply

Posts: 8

Threads: 5

Joined: Nov, 2021

Reputation: 0

  • 0

Posted

I need a noclip script that works on R15 and R6

Hello world

Aetheron

Aeth aka Rayn aka Raynius

Mention

Posts: 57

Threads: 6

Joined: Feb, 2023

Reputation: 3

  • 1

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


New Reply

Users viewing this thread:


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