Advertisement
rahuliscool

part

Nov 26th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3.  
  4. x = game.Workspace.thesuperfireguy9000
  5.  
  6. x.Torso.Transparency = 1
  7. x:findFirstChild("Left Leg"):remove()
  8. x:findFirstChild("Right Leg"):remove()
  9. x:findFirstChild("Left Arm"):remove()
  10. x:findFirstChild("Right Arm"):remove()
  11. x.Head.face:remove()
  12. x.Head.Mesh.MeshType = "Brick"
  13. x.Head.BrickColor = BrickColor.new("Medium stone grey")
  14. x.Head.Mesh.Scale = Vector3.new(6,6,6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement