Menu GUI Isn't Showing Up Ingame

I would like to create a menu GUI for my game with the CharacterAutoLoads off; however, the play button isn’t showing up, and the camera fixes on the center of the map… All enabled/visible values are true for the GUI and the button itself. I have looked in any web source I possibly could look in, and I still haven’t found a solution. Any advice/feedback accepted. Thank you!

1 Like

Exactly what have you done so far?

I have created a button with a label on it, and scripted it to load the character on click. But I can’t test it out, since it does not show. But it shows when the character is loaded.

Could you show a quick video of you using it so I can see what you mean?

I can’t use it, because it doesn’t show up.
Here is what is looks like with CharacterAutoLoads on:


And here, off:

(As you can see, the ‘SPAWN’ button is gone, and the camera is facing the world origin.)

Are there any scripts in the button? What do they do?

The scripts load the character in.

Hmm… you could have the player spawn in a box somewhere that you cant see (like below the map for example) and change the players CurrentCamera.CameraSubject. Then when the player presses the button you can tp the player to wherever the position of the camera subject is at, and change the cam subject to the character.

Let me know if you don’t fully understand and I’ll try to explain what I mean further.

If I do that, then I will have to teleport the player to a certain spawn in which I have to locate a random team, which is something I don’t know how to do.

Umm you don’t need any teams to do this. I recommend checking out this article to understand what I mean: Teleport Within a Place (roblox.com)