Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This script will work in Script Builder
- -- But your name were it says YOURNAMEHERE
- x = game.Workspace.YOURNAMEHERE
- x.Torso.Transparency = 1
- x:findFirstChild("Left Leg"):remove()
- x:findFirstChild("Right Leg"):remove()
- x:findFirstChild("Left Arm"):remove()
- x:findFirstChild("Right Arm"):remove()
- x.Head.face:remove()
- x.Head.Mesh.MeshType = "Brick"
- x.Head.BrickColor = BrickColor.new("Medium stone grey")
- x.Head.Mesh.Scale = Vector3.new(6,6,6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement