this is hard to explain, but ill take steam’s workshop for example.
Basically how would i make players be able to upload things to my game, and then anyone else in any server can see that?
Basically if you upload something on the steam workshop then everyone else can see it, no matter fi their in a diffrent country or whatever.
How would i make something like that? would i use save data? im not sure
1 Like
I think you would need to use something called an OrderedDatastore this is what is used to create global leaderboards so maybe it could help you?
I understand exactly! Use MessagingService to send data and communicate through all your game servers, this is used for games like leave a note where players can leave a note on the ground and it will save through all servers.
Here is the link to the documentation: (MessagingService | Documentation - Roblox Creator Hub)