I have a startergui loading screen but only want it to appear on join, and not on spawn.
You can follow the standards of the loading screen tutorial that put the UI in ReplicatedFirst, then deleted it once the game loads.
Thank you. I will look into it.
StarterGui is for reloading constantly on spawn, consider moving into the backpack and then deleting.
Edit: You can also use ReplicatedFirst as that replicates to the client before anything else.
This is for a loading screen, meaning it has to replicate before anything else in the game. Backpack is not an appropriate place to store screenguis nor will it work in this case since the game will have loaded by the time the backpack exists.
Ahh my bad, I forgot about replication. Thanks for correcting me!
maybe you look at this video maybe it will help you.
if you want more interesting or looking cool try this video
I hope you have fantastic day
Follow the loading gui tutorials aforementioned and also disable the ResetOnSpawn
property. That will fix your issue.
Best of luck.