Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I make arms and legs invisible through a script?

Asked by 6 years ago

I already know how to make the head and torso invisible, so I need to know what to put into the line. I've tried "Left Leg", "Lleg", etc.

For example, instead of having "Torso" in this line I want to figure out how to make the arms or legs transparent.

char.Torso.Transparency = 1

Thanks.

1 answer

Log in to vote
1
Answered by
hellmatic 1523 Moderation Voter
6 years ago
character['Right Arm'].Transparency = 1

or

character:FindFirstChild('Right Arm').Transparency = 1
Ad

Answer this question