Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr="noob"--put the person that will turn into batman here
- for i, v in ipairs(game.Workspace[plr]:GetChildren()) do
- if v.Name == "Shirt" then v:remove() end
- if v.Name == "ShirtGraphic" then v.ShirtTemplate="http://www.roblox.com/asset/?id=85513822" end
- if v.Name == "Pants" then v:remove() end
- if v.Name == "Torso" then v.BrickColor=BrickColor.new("Really black") v.roblox:remove() end
- if v.Name == "Left Leg" then v.BrickColor=BrickColor.new("Really black") end
- if v.Name == "Left Arm" then v.BrickColor=BrickColor.new("Really black") end
- if v.Name == "Right Leg" then v.BrickColor=BrickColor.new("Really black") end
- if v.Name == "Right Arm" then v.BrickColor=BrickColor.new("Really black") end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement