Is it possible to send an event from server to server?

Hello!

So the title answers the question, can you send an event from server to server?

If so, can you give an example too.
Thx!

You can use a BindableEvent to send something from a server script to another server script.

1 Like

Use MessagingService:

MessagingService allows servers to communicate with each other via the use of topics.

1 Like

You can use bindable events for example:

Script1:

Event:fire    

Script2:

Event:Connect(function()
--blah blah
)

He is asking about seperate servers, not scripts.

I am talking about scripts. : )

Oops, I got confused when I saw that