Is there an avatar pack or avatar generator?

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 :confused:

I know toolbox have many avatar but all of them is r6 or not rigged.

Hey! I recommend loading in random people’s characters onto your NPC

Check this module out!

1 Like

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 :slightly_smiling_face: ⠀⠀⠀⠀⠀⠀

Yes, that would be the only way to do it I think

Oof, I forgot about what @LuaCoold said

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.