Hello!
I want to make a GUI, for only me, which shows me all the total stats of all players combined.
For example, everyone’s cash in total will be shown on the GUI.
Is there anyway I could do this?
Any help is appreciated. Thanks.
Hello!
I want to make a GUI, for only me, which shows me all the total stats of all players combined.
For example, everyone’s cash in total will be shown on the GUI.
Is there anyway I could do this?
Any help is appreciated. Thanks.
Using the same datastore and leaderstat name and values.
Lets say you want to transfer a Level from Game A to Game B
Using
local DataStore = game:GetService("DataStoreService"):GetDataStore("DataStoreHere")
Im sure its the same way you’d set up a leaderboard in-game.