|
| 04 Sep 2016 08:34 AM |
I can't figure out how to link leader stats over several places in a game... Can somebody help?
I just want to be able to have the same stats in different places of the same game. |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 08:43 AM |
| I've seen it done before in games like super Roblox Galaxy by Patrick blox so that proves it possible |
|
|
| Report Abuse |
|
|
| |
|
gIoam
|
  |
| Joined: 23 Jul 2015 |
| Total Posts: 310 |
|
|
| 04 Sep 2016 08:53 AM |
make sure the games are in the same universe,
after that
datastore should do the rest for ya'!!! |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 09:06 AM |
They are in the same universe, the places are located inside the game and the data store I'm using isn't transferring them. Could you tell me the new data store I should use...
As an example the game is called hungry4adventure 2 You can visit there and tell me what I've done wrong. |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 09:23 AM |
| What do you mean by universe? |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 10:19 AM |
| I need a script for this... |
|
|
| Report Abuse |
|
|
| |
|
biltemma
|
  |
| Joined: 13 Jan 2013 |
| Total Posts: 2524 |
|
|
| 04 Sep 2016 10:44 AM |
| ##################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 11:53 AM |
All I saw just then was hashtags I appreciate he effort though. |
|
|
| Report Abuse |
|
|
Silicti
|
  |
| Joined: 07 Nov 2012 |
| Total Posts: 8242 |
|
|
| 04 Sep 2016 11:54 AM |
http://wiki.roblox.com/index.php?title=Data_store
|
|
|
| Report Abuse |
|
|
|
| 07 Sep 2016 07:01 AM |
| i couldnt really understand that... |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2016 07:26 AM |
| Question. What is the Pack 1 vortex for? |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2016 07:35 AM |
Another question Do you plan on adding any game passes or dev products? |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 07 Sep 2016 09:40 AM |
https://forum.roblox.com/Forum/ShowPost.aspx?PostID=195621950
Now after reading that you will need to think how to load the data like this:
local GlobalPlayerData = { 13645 = { Name = 'Telamon' --alternatively simply get the username with GetPlayerByUserId Stats = { Kills = 0, Deaths = 0, Points = 0, }, } 5897667 = { Name = 'dasjdh' Stats = { Kills = 0, Deaths = 0, Points = 0, }, } 16388653 = { Name = 'TimeTicks' Stats = { Kills = 0, Deaths = 0, Points = 0, }, }, }
The flexibility will let you add more data for the players instead of just leaderstats data.
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 07 Sep 2016 09:41 AM |
forgot to add a comma after the 'Name = 'asdasd' ' part
|
|
|
| Report Abuse |
|
|
|
| 07 Sep 2016 12:11 PM |
I need one that transfers the leader stats only, and for more than 3 people.
It needs to be able to transfer 2 stats. And I don't understand what the numbers mean, maybe the ID of the place. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 07 Sep 2016 12:52 PM |
I literally just showed you.
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 07 Sep 2016 12:53 PM |
The numbers are the userId's.
|
|
|
| Report Abuse |
|
|
|
| 07 Sep 2016 01:17 PM |
What I mean, is a script that automatically reads every players I'd rather than typing them individually... Millions of people will play it and it will take forever to type them one by one... |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 07 Sep 2016 01:31 PM |
| ###################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 07 Sep 2016 01:32 PM |
The thing i showed you was what the thing would look like AFTER you read the values.
hastebin . com / idohanuvuy . lua
|
|
|
| Report Abuse |
|
|
|
| 08 Sep 2016 04:10 AM |
Wow, I wish the chat filter wasn't so strict, all I saw in that last script was hundreds of hashtags, I'll ask again when they fix that...
Sorry for the inconvenience... |
|
|
| Report Abuse |
|
|