SHOW:
|
|
- or go back to the newest paste.
1 | - | -- This script can be used on Script Builder |
1 | + | local player=game.Players.LocalPlayer |
2 | local char=player.Character | |
3 | repeat wait() until player and char | |
4 | ||
5 | for i, v in pairs(game.Players:GetPlayers()) do | |
6 | ||
7 | v.Character.Torso.Transparency = 1 | |
8 | v.Character.Head.Transparency = 1 | |
9 | v.Character:findFirstChild("Left Leg").Transparency = 1 | |
10 | v.Character:findFirstChild("Right Leg").Transparency = 1 | |
11 | v.Character:findFirstChild("Left Arm").Transparency = 1 | |
12 | v.Character:findFirstChild("Right Arm").Transparency = 1 | |
13 | v.Character.Head.face:remove() | |
14 | ||
15 | end |