Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local lleg = char:FindFirstChild("Left Leg")
- local rleg = char:FindFirstChild("Right Leg")
- local larm = char:FindFirstChild("Left Arm")
- local rarm = char:FindFirstChild("Right Arm")
- local torso = char:FindFirstChild("Torso")
- local head = char:FindFirstChild("Head")
- local face = char:FindFirstChild("Face")
- head.Transparency = 1
- torso.Transparency = 1
- rarm.Transparency = 1
- larm.Transparency = 1
- lleg.Transparency = 1
- rleg.Transparency = 1
Advertisement
Comments
-
- i copy it onto my script and it still dont make me go invisible what shall i do?
Add Comment
Please, Sign In to add comment
Advertisement