How to create CrossServer functions

spawn somthing on all servers for example a part
basically cross server spawning/functions

i have no idea where to start or how it would work

i could not find anything really related to this on devforum or devhub

really looking for any sort of help on what to do here :confused:

all together dont even know if its possible in the first place

For cross-server communication, you need to understand how MessagingService works and its purpose. If you use this service correctly, by hooking functions to correct signals and firing the functions, you can most likely be able to perform this.

However, there are limitations, such as how fast rate you can use this service.