So first of all, i made a starter gui (start menu and loading screen) for my game but it didnt work. It worked before, even the scripts worked but for some reason it broke later on. The game is loaded, but the player isnt. Is there any way that I can fix this issue??
Do any of your scripts have PlayerAdded logic in them?
If you have a loading screen did you place this in ReplicatedFirst? And what logic (scripted) is contained here?
What logic is contained in the Gui (script wise)?
Like NeoBuilds says check you haven’t accidentally clicked Players.CharacterAutoLoads to false, or that you have done this and intended to set this via a script but have then not handled the loading yourself.