Categories > Exploiting > Scripts >
NOCLIP | Limited Lua
Posted
Do NOT fall of an edge! It will leave you suspended in air.
Be careful where you execute this script in! Some games have an auto-noclip detector.
Change on's value (default: "true") to "false" to turn off the noclip.
Copy all below:
--------------------------------------------
local on = true;
game:GetService("Players")
.LocalPlayer
.Character
.HumanoidRootPart
.Anchored = on;
--------------------------------------------
~ Told you it was simple.
!WARNING!
Some games have an anti-noclip, so be careful where you execute this script in. (usually kick)
Replied
Cancel
Post
Replied
game:GetService("Players")
.LocalPlayer
.Character
.HumanoidRootPart
.Anchored = off;
Cancel
Post
Replied
Cancel
Post
Replied
Cancel
Post
Replied
Cancel
Post
Replied
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post