#Pls help
8 messages · Page 1 of 1 (latest)
help with what?
the script put the value Visible of FrameStart in On but don't see the FrameStart (i don't speak English, i'm trying)
you should check if the framestart is enabled
That's not how getting UI for your code works.
StarterGui is the code your player starts with. It's not the actual UI the player sees.
Instead of indexing game.StarterGui, you should get the Players.LocalPlayer and index player.PlayerGui instead