D8DevJoin Date: 2009-11-17 Post Count: 1152 |
First, Thanks for roblox provide Data Persistance method for us.
I have 3 suggestion to improve/extend the save/load method in the games.
1. Save/Load data even the player isn't here.
-This is required to make the 2nd suggestion possible.
2. Load the data from Multi-place.
-Only if the places are from the same creator and LOAD only
3. A small data space to hold some value in a place.
-It will be great to create a hiscore leaderboard for a game, and more feature. I think a small amount of storage limit is enough.
I guess.. Maybe a new service
Instance DataSaveLoadService
--(Save load data when a player isn't in game. )
+:SaveString(Int playerID , String key ,String value)
+:SaveNumber(Int playerID , String key ,Number value)
+:SaveInstance(Int playerID , String key ,Instance value)
+:SaveBool(Int playerID , String key ,Boolean value)
+:LoadString(Int playerID , String key [, Int placeID ] )
+:LoadNumber(Int playerID , String key [, Int placeID])
+:LoadInstance(Int playerID , String key [, Int placeID] )
+:LoadBool(Int playerID , String key [, Int placeID])
--(Save load data to a place. )
+:SaveStringToThisPlace(String key ,String value)
+:SaveNumberToThisPlace(String key ,Number value)
+:SaveInstanceToThisPlace(String key ,Instance value)
+:SaveBoolToThisPlace(String key ,Boolean value)
+:LoadStringFromPlace(String key [, Int placeID ])
+:LoadNumberFromPlace(String key [, Int placeID])
+:LoadInstanceFromPlace(String key [, Int placeID])
+:LoadBoolFromPlace(String key [, Int placeID])
Sorry about it if I suggested too much. I just want to provide a better development environment for Roblox game creators.
(I am not native English Speaker. I am sorry about the grammar. but I tried to proofread this already.)
TL;DR:
1. Save/Load the data even the player isn't here.
2. Load the data from Multi-place. (LOAD ONLY and require same creator of both places.)
3. A SMALL data storage space to hold some value in a place.
~d4rk886 |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
Anyone support? :3 |
|
|
|
I support this 100% :)
I want there to be a Highscore Board in the BW:TL game. It would show who the real players in he top are. The only problem with this is possible hackers would get on top of it |
|
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
@coejoe, maybe make it load only when the player isn't there. |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
Thx for supporting,
Anyone else? :) |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
Bump |
|
|
@d4rk886, I know someone who has hacked KOs to like 10,000,000 and they are still like that (he was hacked a while back - before I even dwelled on ROBLOX [he claims])...
He continuously has the KO amount...
I think his name was "MAGGITSniper" or something.. Luckily now, it has stopped saving the hacked KOs :D |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
@coejoe, if they apply my suggestion, I can check these cheated record easily. |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
@d4rk886
I support this, it is actually a great idea ;] |
|
EbonbearJoin Date: 2013-01-24 Post Count: 2 |
Support.
This would be very useful in many different scenarios. |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
Thanks for supporting. |
|
timpookieJoin Date: 2011-08-18 Post Count: 21924 |
2 things:
1) Support!
2) First page in a famous persons post! |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
lol thx for supportin |
|
|
|
oOh vespertilio vespertilio vespertilio :3 |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
thx for replying. |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
roblox staffs please read this lol. |
|
D8DevJoin Date: 2009-11-17 Post Count: 1152 |
With these feature, we can make many thing you can't imagine. ;o
|
|
|
IF THIS WAS IMPLEMENTED I WOULD GO MAD AND MAKE REALLY COOL THINGS!
Seriously! This is the best suggestion ever, without a doubt, I support!
d4rk, u cool for dis bro.
-bigdaddy92, Professional Web Developer & Master Scripter |
|
|
As if he wasn't before xD?
I bet you that staff has already read this... they are probably going to come out with it and take it for their own, without giving you credit for the idea lol |
|
|
I don't judge people cause they have visits on their game, if that is what you mean. I think of him like I do you.
So to me, he is cool now.
-bigdaddy92, Professional Web Developer & Master Scripter |
|
|
I don't judge people on that either. Look at some people *cough*jared*cough*...
|
|
|
We have already suggested this in the Scripters subforum, and it is in development. Cross-place DP is also in development. One issue is that exploiters (if they do get in through .DLL) will be able to permanently save items/values on your place.
- thedestroyer115 |
|