Rank Gui question

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?

Here is my script:


ONLY LINE 37 AND DOWN MATTERS
And here is my explorer:

If you’re confused feel free to ask me anything!

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.

Hope this helps :slight_smile:

This is alot easier. Thank you.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.