Whitelist
The Lyrics Controller can be whitelisted, meaning that only some players will be able to control the lyrics. By default, the whitelist is disabled.
The Settings script contains an Admins setting which controls the whitelist. If you wish to enable it, add player usernames, player IDs, groups, gamepasses or teams to it.
All whitelist elements should go between { and }. Each whitelist entry should be separated by a comma (,)
The whitelist is disabled by default. You don't have to do anything if you want to keep it that way. The whitelist will be disabled if you include true in it.
Usernames
If you want to add players by username, put each username in quotes (" "). Make sure each username is capitalised properly and that you're using usernames and NOT display names. For example, if you wanted to whitelist 3 players: gabys2005, idezye and GiorgioworldcupTEMP, the whitelist would look like this:
Admins = { "gabys2005", "idezye", "GiorgioworldcupTEMP" },
User IDs
Every user on Roblox has their own unique ID which never changes. You can get it by going to that user's profile and copying the numbers from the link. For example if a user's profile is available at https://www.roblox.com/users/147274250/profile, then their ID is 147274250.
You can add users by ID to the whitelist the same way as above, but don't include the quotes. For example:
Admins = { 147274250, 8119061, 2648641915 },
Using user IDs helps ensure that those players will have access to the panels, even when they change their username