Server -> Server

Is there a remote/event for server to server communications?

-- ServerScript // Script 1

local Highen = ...

Highen.Fire()
-- ServerScript // Script 2

local Highen = ...

local Vars = Highen.OnInvoke()

Look into Bindable events!

For functions module scripts are just better!

1 Like

Thanks I knew something like this existed.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.