What solutions have you tried so far? Did you look for solutions on the Developer Hub?
The Devforums, Youtube, Scripting Helpers, Reddit. I can’t seem to find anything that helps
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
I have a local script inside of the screenGUI to set its parent to the playerGUI but thats doesn’t help either
local playerGui = game.Players.LocalPlayer.PlayerGui
local GUI = playerGui:WaitForChild('TeamSelectGUI')
Thank you for reading and taking the time to answer.
Do you have a photo of the explorer? In the streamable video you posted, it looks like it’s working fine to me.
Also, if a ScreenGui is inside StarterGui, then you don’t have to clone it to the player, it’s already done so by ROBLOX.
As well as, in the photo of your developer console, you’re looking at the server logs, for a client (GUI) error.
We need some more details about the problem. I’m not really understanding what’s the deal here? Also send a copy of your full script if possible, or at least the most important parts.
That can’t be the only script you made, as the GUI is being changed from visible to invisible, so please send the script that you wrote for making the GUI disappear and appear.
Is this a server script or a local script? .LocalPlayer won’t work in server scripts. If this is a local script, can you please show us the client outputs instead of the server?