Hi, i dont know how to explain this but im making game which is there is city and citizens here. So i want to make citizens avatar but there will be many citizens and they need avatar. Is there a pack for this?
Sorry for poor english
I know toolbox have many avatar but all of them is r6 or not rigged.
Other than doing what @LuaCoold said you could make a random NPC Generator which generates a section of Accessories and R15 Rigs and put all of it together, but it’s very hard
It’s probably better to do what @LuaCoold said
1 Like
So i need to use math random to randomise players id and get character of them?
Well, yeah sure. I also recommend you check if the player actually exist.
OR, you can add a table, like:
local playerIDs = {
1134214241,
2114421412,
}
This is recommend as some players might not exist, have a avatar that has bad stuff on it, and etc.
1 Like
Ok, thanks! i will try ⠀⠀⠀⠀⠀⠀
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.