Hi so i have a game with 3 games inside like a view game explorer.
And im trying to make it so when a player ___ Gets a leaderstats in one of the game it appears in all the games like there linked example :
If i add 1 win to a game
The other game will have the same
I dont know how to do thi si belive its calle a data store But im lost I need help with a script i need one done.
Hello. First thing I'll mention is that this website is not for requesting code. It's for asking help with code that you have made, so I will not give you the code to do this.
I will point you in the right direction. Roblox semi-recently added a service called the MessagingService. It allows different places within a universe to talk to eachother!
https://developer.roblox.com/en-us/api-reference/class/MessagingService
If you'd like to save the stats from the leaderstats, check out datastore.
https://developer.roblox.com/en-us/articles/Data-store
Hope this helped!