Advertisement
lafur

Untitled

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