Trying to make a GUI Change the players transparency?
So I don't know how this really works like the limbs except for the head and torso have spaces.
Also I'm trying to make everyone in the server see you disappear. And the accessories are really really confusing on how to make the mesh invisible.
01 | Player = script.Parent.Parent.Parent.Parent.Character |
04 | Player.Head.Transparency = 1 |
05 | Player.RightLeg.Transparency = 1 |
06 | Player.LeftLeg.Transparency = 1 |
07 | Player.LeftArm.Transparency = 1 |
08 | Player.RightArm.Transparency = 1 |
09 | Player.Torso.Transparency = 1 |
10 | Player.Face.Transparency = 1 |
14 | script.Parent.MouseButton 1 Click:connect( function () click() end ) |