Online staff system

Hi there,
I want to create an online staff GUI, so basically all players in-game that have a certain rank in a group will be listed with their avatar and username. How would I put this into reality?

Thanks in advance :smile:

1 Like

You need to clarify, is the information being displayed across servers?

Right, my bad. Yes, the information is supposed to be across all game servers.

You can use either messaging service or datastores to communicate across servers.

I think DataStores would be better in this case as if a server is new the messaging service wont be able to correctly have all the active staff.

You would more or less save a table and add / remove information as staff join or leave. Other than that you just have to get the information and display it.

1 Like

This might work

You need to put some effort into this, we can’t write all the code for you, its actually against the rules.

That wont work at all. It will only work for the players friends. If they arent friends with the staff it wont be displayed.

friend yourself on an alt account, and use its user id

game.Players:GetFriendsAsync(userId)

Thats not the point, read the post.

The post is not for finding online friends.

Its for showing online staff members. This means that the player wont be friends with the staff so getting tla players friends would not do this