Is this a good notification system?

hi

I am creating a pretty simple notification gui.

I have scripted it so that when the notification remote event is fired to all clients, a local script runs and does the text, and tweening of the notification and so on.

Firstly, is this the best way to approach this? Secondly, how could I avoid hackers firing the remote event, because If they managed too, they could send any notification to every player.

Thanks.

1 Like

Exploiters are unable to fire RemoteEvents to clients. They can only fire RemoteEvents to the server, and I am assuming there are no server listeners for this event. The method you are using should work just fine.

1 Like

I believe you replied to the wrong topic.