Hi!
I want to make a staff panel with features such as recipes etc. What I am stuck on is how to make a staff-only messaging system within this GUI.
All help is appreciated!
Hi!
I want to make a staff panel with features such as recipes etc. What I am stuck on is how to make a staff-only messaging system within this GUI.
All help is appreciated!
What are you stuck on? Also can you explain what you want the messaging system to work.
I want it to sort of be like the Roblox chat system, but only staff can access it. And i am just not sure how to start making it.
Your going to still need to give more information. I don’t really understand what you mean by “sort of be like the Roblox chat system”, that could mean many things.
Let me rephrase the question. I would like to make a GUI where staff (and only staff) can talk to each other. Sort of like the Roblox chat but custom made.
Just create a UI that has a text box in. When a user writes a message in the text box and presses a button to send the text, it will send the message via a remote event to a server script, and then on the server fire all of the clients in-game and check if they are staff. If they are staff then make it so that it will show the message on a UI or somthing.
Or another way would be via the team only chat.