I am having a issue when testing a game that I am working on. When a player joins a script is creating frames for the hints every letter is one frame. Now the thins is on desktop it sometimes doesn’t show the frames, while the frames do still exist and are visible with the console, it just doesn’t show up for the player. Now if I resize the game then the hints(frames) popup and show up.
I have also a short video that shows what I am talking about. There are a few things that I know might work but I am still looking for more and better options.
The first thing that I want to try is to update the UI by 1 px and rescaling it back so that Roblox is updating.
The second thing that I can try is to use a list layout instead of a grid layout.