Advertisement
tcl1

[ROBLOX Lua] Batman Morph

Mar 15th, 2014
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. plr="noob"--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