Random Preset Avatar When The Player Spawns

I was making this survival zombie like game and I am trying to make the players spawns as a random preset avatar (Clothes, pants and hats), and I have very little of scripting experience, I would appreciate if someone would assist me in handling this script

2 Likes

Make the character then name it StarterCharacter then place it in StarterPlayer press play and while playing copy the character.

Stop the game and paste the character into Server Storage.

Repeat that for all the characters

So when the player joins just set the players character to be the character and name it the players name

With a remote event tell a local script to set the current cameras subject to be the new character

where should I place the remote event and can you type the local script since I don’t have a lot of scripting experience