So I am looking to create a admin UI system and want to create a way the admins can mute people in a server. I have no idea on how to make the mute system though. If anyone have any ideas then I would be greatful if you could tell and explain to me.
Not really sure what type of mute system you’re looking for, but if you’re looking for a simple mute system that prevents the player who used the command to not see the targeted player’s chat, then I’d go with @Cal_xvin’s suggestion. But if you’re trying to prevent the targeted player from being able to speak, then you’ll have to fire a remote from the server to the target’s client, disabling their chat.