Make a part appear in every server in the same place at the same time and even save

Is I possible to make a function that happens at the same time in every server and even save what it’s done?

I’ve looked into this but can’t find any info on the topic can someone point me to where I can fine out more on this topic?

For something like this you’d probably want to use MessagingService! Basically what messaging service does is allows servers to communicate with each other. Here’s a youtube tutorial about it if you find the docs hard to understand:

Thanks a lot this is really insightful but after looking I can`t see any examples of insert.new or clone being used in the samples, is it possible to use them?

Also how do you even get it to fire the function it dosn`t work for me