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.