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

Is there a way to save data from a plugin without a published place? [closed]

Asked by 3 years ago

I am working on another plugin. This time is has a bunch of games for the user to calm down with or refresh with. I have one of the games ready, but there is only one thing missing: Saving user data. I know how to use the DataStoreService and how to save data to it, but the point of the plugin is for users to relax from creating a game. The game probably isn't published, so they probably can't save data. I have an int to save for the game, and I do not know where to save it to.

If there is another way to save data without using the DataStoreService, then please answer my question.

Thanks!

Closed as off-topic by JesseSong

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 3 years ago

Yes, there is a way to save data without DataStores in Plugins. This is called PluginSetting.

You can watch a video tutorial here.

You can read about it here.

Ad