Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make multiple StarterCharacters?

Asked by 5 years ago

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 character User#23365 30 — 5y
0
So how would I do that? I need multiple random StarterCharacters. ExpIorian 0 — 5y
0
uh just set the Character property to the StarterCharacter that was chosen User#23365 30 — 5y
0
also you should probably set the CameraSubject of workspace.CurrentCamera from the client to the new StarterCharacter User#23365 30 — 5y
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. DeceptiveCaster 3761 — 5y

Answer this question