Disabling Automatic Character Spawning

Hi,

I’m trying to disable character models from spawning because it is purely a GUI-only game. I have achieved this before without a script in one of my other games, but I cannot figure out how I did it even after cross-referencing.

I’ve tried setting StarterPlayer.LoadCharacterAppearance = false, but this did not work.

Oh nevermind.
I figured it out. Just set Players.CharacterAutoLoads = false.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.