I made a ‘Play’ screen for people that join into my game.
However, when I test it out, the UI does not show, even when I set a specific camera subject.
Cam anyone please tell me how to fix this? Thank you.
Is it in a Local script in your Player? Since your character scripts don’t load in until your character loads they won’t appear.
No, but it is in StarterGui.
character limit
There’s your issue. If it’s in the StarterGui | Roblox Creator Documentation then it gets emptied when the player respawns.
Look into the LayerCollector | Roblox Creator Documentation checkbox of the GUI
It still doesn’t load.
So where can I put it so that it does initially show, then I can delete it myself?
Clone all the Gui’s from the StarterGui on the server manually (or from starter player). This is because Guis only load in when the character loads.
Yup. Actually I loaded it from ServerStorage, because whenever my character loaded, the original from the StarterGui cloned and duplicated twice.