|
| 21 Jul 2015 07:06 PM |
Since my other thread, disappeared I'm going to create a new one.
I need a script that saves everything: pretty much everything in Workspace.
I have the 'Save place API' on in my games settings, but I need a script that'd save my game. And I can't use a personal server, because my other account isn't bc.
Also reason why I want in-game saving is because: I'm building with my friend, and I don't want to use the plugin that requires your IP address. Though I trust it, I just don't want to use it.
PS. I'm not going to learn how to script, just for this one script. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:11 PM |
| You think people have time to write something like that. Learn it yourself. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:14 PM |
Well, I'm not forcing someone to write this kind of script. And if they do want to, then I assume they have time. Or is just nice.
Either way, I didn't ask for someone to script this. I asked help, for someone to help me find this. |
|
|
| Report Abuse |
|
|
igunaa
|
  |
| Joined: 15 Sep 2010 |
| Total Posts: 2588 |
|
|
| 21 Jul 2015 07:15 PM |
http://www.roblox.com/develop/library?CatalogContext=DevelopOnly&Category=Models
"PS. I'm not going to learn how to script"
Said the wise. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:16 PM |
| Nice cutting my post to make it look worst. And don't you think I've checked models? the only thing I could find was leaderboard savers. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:18 PM |
"PS. I'm not going to learn how to script"
Scripters is meant for discussion and help (since helpers is gone)
Since your topic is about neither, I suggest you go elsewhere. You shouldn't expect assistance if you're not willing to learn; that's an immature perspective. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:22 PM |
| I don't have an interest in scripting. And It's harder for me anyways, then the average person. I know that's not an excuse, and I'm not going to tell you my life story on why It's harder for me. People hire engineers, coders, all the time. But when I ask for one thing, I'm such a criminal.As you see- this is a 'helping' forum as well. So I'd like it, if someone kindly 'helped' me. You aren't FORCED to help me, I'm asking people who're willing. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:26 PM |
| I can't build worth a sht, but I don't ask people for free buildings. I pay them instead (wrong forum if you want to do this) |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:30 PM |
How is this the wrong forum? there is no other proper forum to post this. his isn't even a hard task. So I'm not going to pay 10,000 robux for someone to help me find this one script that might even take 5 minutes to find.
But if someone were to script it themselves, then it was on their terms, and random act of And I'm pretty sure It's against the rules to offer robux/tix.
This is a help forum for script related things, this is a script related thing. Don't want to help? don't have to.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Jul 2015 07:37 PM |
local assetService = game:GetService("AssetService")
function savePlace() assetService:SavePlaceAsync() end
game.OnClose = savePlace while true do wait(60) savePlace() end |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:42 PM |
Thank you, do I put this in Script or LocalScript?
and if either one- where is it needed to be placed? |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:59 PM |
| Regular script and place it in ServerScriptService. |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 08:27 PM |
| Late response, but I'm afraid it didn't work. |
|
|
| Report Abuse |
|
|