I am trying to make a !help command for staff, I found out how to use commands I think, but the problem is I need a script that detects who is on the team and shows a GUI for the people only on that team, so staff. So I hope someone could help me whit this. Thanks!
You have a couple options. You can either hardcode the UserId's of your staff members or if applicable check if they are in your group at a certain rank.
The latter one is more reliable and won't require you to change your code when a new staff member is added but it will require you to have a group where everyone is ranked as a staff member.