Hey. I have a Rank gui where I have like 20 different images depending on what rank you are in the group. So I was wondering if there is a way to select the 1 image that corollate to your rank. Or If I have to individually turn visible off on the other 19 ranks?
Hello, regardless of your question, I suggest that, instead of sending a screenshot of your code, copy and paste the original code in the post, opening and closing with three ` before and after.
This will make it easier for anyone to help you, as they can easily copy snippets of your code.
If I were you, I’d store all the different images somewhere else, such as ReplicatedFirst, and clone the one that correlates to the player’s rank into the player’s PlayerGui.
Make them all visible = false and set Visible to true on the 1 image you need, not the other way around.