Advertisement
Guest User

Invisible Script R6 ONLY!!!

a guest
Jun 7th, 2019
5,922
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local char = plr.Character
  3. local lleg = char:FindFirstChild("Left Leg")
  4. local rleg = char:FindFirstChild("Right Leg")
  5. local larm = char:FindFirstChild("Left Arm")
  6. local rarm = char:FindFirstChild("Right Arm")
  7. local torso = char:FindFirstChild("Torso")
  8. local head = char:FindFirstChild("Head")
  9. local face = char:FindFirstChild("Face")
  10. head.Transparency = 1
  11. torso.Transparency = 1
  12. rarm.Transparency = 1
  13. larm.Transparency = 1
  14. lleg.Transparency = 1
  15. rleg.Transparency = 1
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement