Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it Possible to make a leaderstats in a game with multiple universes?

Asked by 4 years ago

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.

0
Do you mean the games are in the same game and are in the game explorer? kingblaze_1000 359 — 4y
0
You can't do it with roblox databases, you need a external one. 6zk8 95 — 4y
0
Yes same game explorer UnrealSaltyYouTube -12 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

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!

Ad

Answer this question