Make Roblox characters in game without doing it by hand!

What do I want to do?

Well its to save me from creating character’s if it was randomised User Id’s then Instance it into A storage area where later on they can be used.

They will be instanced on game start around 50 of them and I will also clone a NPC script that allows them to work with my game.

Where did I get this from?

Well multiple games actually and one primarily is Work at a Pizza Place. I know it uses the players in the game characters but my game need to work even if there is one person. Therefore I would need to use some sort of service roblox has to randomize the User ID’s and Instance the characters in my game.

Help.

I am not sure how to create this i don’t know if there is any sort of API for this.

Thanks For Reading

You can use GetHumanoidDescriptionFromUserId and use math.random to pick a random user id.
Before GetHumanoidDescriptionFromUserId was implemented, I don’t think we can get player character if they are not in the game, that is why Work at a Pizza Place gets a player in character in-game as a Character.

thwere are plugins that can make random characters for you and you can store them in a folder or something, or you can create something that can clone a npc model from wherever you are storing them and make it add a random hat, face, clothes, by using math.random and a table full of hand picked ids from the website.

What plugins Exactly? 30 chars

Thanks I will be using @Wertyhappy27 For backup if there isn’t enough players but @XcorrectTheDev Will be good if i have enough players

I would have to get on my pc, which is a few hours away from me rn, ill try to get the name.