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.
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.