FireServer can only be called from the client in serverscript how to make fireserver
you can use FireClient() instead of Fireserver
FireServer is only fired on the client that run by local script
You can use BindableEvents to send info from a Server script to another server script.
1 Like