20.6K views
6.3K downloads
6 months ago
This new script for Roblox is pretty insane because it allows you to make your character completely invisible! (Requires R15)
You can use this script in games like grand piece online and probably a lot of other games as well! Enjoy.
Script Features:
Invisible Character
This script was last modified 7 months ago
--BROUGHT TO YOU BY RSCRIPTS.NET--
local removeNametags = false -- remove custom billboardgui nametags from hrp, could trigger anticheat
local plr = game:GetService("Players").LocalPlayer
local character = plr.Character
local hrp = character.HumanoidRootPart
local old = hrp.CFrame
if not character:FindFirstChild("LowerTorso") or character.PrimaryPart ~= hrp then
return print("unsupported")
end
if removeNametags then
local tag = hrp:FindFirstChildOfClass("BillboardGui")
if tag then tag:Destroy() end
hrp.ChildAdded:Connect(function(item)
if item:IsA("BillboardGui") then
task.wait()
item:Destroy()
end
end)
end
local newroot = character.LowerTorso.Root:Clone()
hrp.Parent = workspace
character.PrimaryPart = hrp
character:MoveTo(Vector3.new(old.X,9e9,old.Z))
hrp.Parent = character
task.wait(0.5)
newroot.Parent = hrp
hrp.CFrame = old
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
5.2K views
1 month ago
.png.webp)
POSX - MOST ADVANCED TELEPORT GENERATOR
Just Grass [One Player]
Just Grass [One Player]
59.7K views
1 year ago

R15 GUI (Free Package Animations, Emotes & Dances)
Ragdoll Engine
Ragdoll Engine
0 Comments
Log in here to comment