How can I fire an event from a script and not a local script?

how can make a script fire an event or send something to serverscriptservice without needing local script or using the client, how can i do it?
image

1 Like

If you still want to not fire something from a client then I’d recommend reading the values tab of the API Reference

I think you’re looking for BindableEvents. They’re like RemoteEvents but for the same side, so instead of Client>Server or Server>Client, you can do Client>Client or Server>Server

2 Likes

Thank you very much, I had been trying to fix a bug for a week and finally I could :smiley:

1 Like