Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ditto = owner.Character
- for _,v in pairs (ditto:children()) do
- if v:IsA("Part") then
- v.BrickColor = BrickColor.new("Hot pink")
- end
- if v:IsA("Shirt") then
- v:Destroy()
- end
- if v:IsA("Pants") then
- v:Destroy()
- end
- if v:IsA("Accessory") then
- v.Handle.BrickColor = BrickColor.new("Hot pink")
- for _,v in pairs (v.Handle:children()) do
- if v:IsA("SpecialMesh") then
- v.TextureId = ""
- end
- end
- end
- if v:IsA("Decal") and v.Name == "roblox" then
- v:Destroy()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement