So I am trying to figure out how to make more than one StarterCharacters and choose randomly which one you are. Can anybody help?
0
just set the Character property of a player to your custom characterUser#2336530— 6y
0
So how would I do that? I need multiple random StarterCharacters.ExpIorian0— 6y
0
uh just set the Character property to the StarterCharacter that was chosenUser#2336530— 6y
0
also you should probably set the CameraSubject of workspace.CurrentCamera from the client to the new StarterCharacterUser#2336530— 6y
0
This is actually pretty easy. Spawn a bunch of dummy models, customize them in however way you want, and then store them all in a folder in ServerStorage. Sure, you'll have to extract them into a table but it's the most efficient way to do it.DeceptiveCaster3761— 6y