Creating a client-side check from a server script

So, I know how I’d do this but I have a question regarding security. Is it possible for exploiters to at all use this in order to gain administrator perms?
I want the server to fire an event which tells the client to create an object inside of any admins in the server, identifying them as admins from the clients side, is there any risk of an exploiter using this for their own gain?

I’m talking about using server-client so the admins client can be informed that the user is an admin and stuff can happen in that regard.

The exploiters will only be able to fire something from the client to the server so this will not effect you. Since you have nothing receiving the remote event on the server side even if they fire it nothing will happen. You are safe.

1 Like