Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- math.randomseed(614)
- for i = 1,255 do
- function removename(i)
- elem.property(i, "Name", "#"..math.random(1,999))
- elem.property(i, "Description", "Unknown element")
- elem.property(i, "MenuSection", math.random(1,11))
- elem.property(i, "Color", gfx.getHexColor(math.random(50,255), math.random(50,255), math.random(50,255)))
- end
- pcall(removename, i)
- end
Advertisement
Add Comment
Please, Sign In to add comment