Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- This software has been deemed free software by it's creator("TheFlamingBlaster")
- TheFlamingBlaster allows you to distribute this software, and any part of it to anyone without prior permission, and modify it under 2 conditions:
- 1. The software that is produced from the modification is deemed as free software.
- 2. This notice is retained, and those who use this software know that they have the right to modify it.
- By using this software, you agree to this.
- --]]
- for i,v in pairs(game:GetChildren()) do
- ypcall(function()
- if v.Name ~= v.ClassName then
- print(v.ClassName..' was '..v.Name..', now changing...')
- v.Name = v.ClassName
- end
- end)
- wait()
- end
Add Comment
Please, Sign In to add comment