How would I go about finding anywhere a players UserID is found in a table then adding onto its DisplayName?
Currently
In-game
What im trying to achieve.
How would I go about finding anywhere a players UserID is found in a table then adding onto its DisplayName?
Currently
In-game
What im trying to achieve.
I’m a little confused on your problem as it seems to be working. The one thing you are missing from your goal is also displaying the role name, which you can simply add onto the display name:
Character.Humanoid.DisplayName = Name .. "\n" .. Table.Display .. "\n" .. Player.DisplayName .. " (@" .. Player.Name .. ")"
What im trying to do is, if theres a UserID found in more than one table it will use “\n” then add Table.Display from every table it was found in, since currently if I try doing that it will just add only one of the Displays like in the third picture.
Is the ID for the Moderator table set to the right one and set to true?
The pictures seem to show the user ID 0 and the value false, maybe why its not working
I’ve found a solution.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.