#Gui not opening another Gui
1 messages · Page 1 of 1 (latest)
Perks.Visible
You are referencing the ScreenGui incorrectly, dont go through StarterGui
Go through
game.Players.LocalPlayer.PlayerGui.Perks
just clocked that
The reason why is because things from starterGui (like in your case the ScreenGui) gets replicated from the server to your client upon game start, so objects from starter gui are different from what actually appears on the player's screen on game start
this is where the actual replicated gui objects go that the player interacts with
i was using it with disabled then trying to enable it
** You are now Level 1! **
through the script
so should i just make the frame visiblwe
or the gui
alright so i changed it a little bit
if the frame is the only thing you are going to put there it doesnt rly matter, but just disable the gui ig
the frame has an image frame and some other stuff so i switched it
new script
still not working right now tho
should be causing errors, make sure your console is open, and make sure your roblox paused on errors
lol