SHOW:
|
|
- or go back to the newest paste.
1 | -- This script will work in Script Builder | |
2 | -- But your name were it says YOURNAMEHERE | |
3 | ||
4 | ||
5 | - | x = game.Workspace.YOURNAMEHERE |
5 | + | x = game.Workspace.SmokeDelsin |
6 | ||
7 | x.Torso.Transparency = 1 | |
8 | - | x:findFirstChild("Left Leg"):remove() |
8 | + | x:findFirstChild("Left Leg"):clone() |
9 | - | x:findFirstChild("Right Leg"):remove() |
9 | + | x:findFirstChild("Right Leg"):clone() |
10 | - | x:findFirstChild("Left Arm"):remove() |
10 | + | x:findFirstChild("Left Arm"):clone() |
11 | - | x:findFirstChild("Right Arm"):remove() |
11 | + | x:findFirstChild("Right Arm"):clone() |
12 | x.Head.face:remove() | |
13 | x.Head.Mesh.MeshType = "Brick" | |
14 | x.Head.BrickColor = BrickColor.new("Medium stone grey") | |
15 | x.Head.Mesh.Scale = Vector3.new(6,6,6) |