I’ve placed many “StarterCharacter” Models in the StarterPlayer class - It’s supposed to make my character spawn as one of the Models.
The problem is that I spawn every time as the same character. It’s like I have Var1, Var2, Var3, Var4 and I always spawn as Var 4 (this is only an example).
I was thinking if the StarterCharacters were constantly destroyed and pasted again from ReplicatedStorage they will change it’s order and I’ll maybe spawn as a different character every time I spawn? With a while loop. But I don’t know how to do that, I’ve tried a couple of times and it didn’t work I’m a beginner into scripting.
Any ideas?