So I created a car spawner frame. But it doesn't show. the screengui is enabled. The frame visible property is also true. But it doesn't show up. It only shows up in edit mode. Not in play mode.
IMAGE LINK - https://ibb.co/Q9p3zCT
In the image you provided, you are looking at the GUI in the StarterGui
. The StarterGui is only a container that holds all the GUI objects; when a player joins the game or respawns, it will automatically replicate everything inside StarterGui and will be placed into the player's PlayerGui
to then be displayed on the client's screen. To modify a GUI object for a player, you must obtain the GUI from the player's PlayerGui.