Help Making Staff Chat

Good morning everyone,

I was wondering how I could make a staff chat script. It should be able to add someone to it if their rank is high enough in the group. I looked this up but I couldn’t grasp just how to do it.

Thanks,
Ben

1 Like

I guess you could do it with UI’s because it would be a lot easier. What I mean is to have a textbox that only the staff can see and then when they type in that another UI (Semi Transparent) gets duplicated and turned visible with the staffs chat in the text. Of course also only visible to other staff members. Also after like a minute or two delete their message.

You can just create a ChatChannel and add qualifying users to it. Staff can then join the channel using the built-in command /c Staff to begin chatting in it. The equivalent for TextChatService would be TextChannel.

1 Like