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

How to still load UI with CharacterAutoLoads off?

Asked by
ItsMeKlc 235 Moderation Voter
8 years ago

When a player joins my game I don't want their character to load because of the menu. I tried to use CharacterAutoLoads() but the problem is that prevents the player's GUI to load. How can I have a player's GUI load and be active without their character loading?

1
What I normally do is wait for their character to spawn, and as soon as it does remove it. Sublimus 992 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

Like sublimus said, you need to load their character atleast once for GUI's to load. You can use the .CharacterAdded event to remove their character once its loaded.

Ad

Answer this question