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

Is it possible to make a datastore of images?

Asked by 6 years ago

I've seen youtube videos of how to datastore/save stuff like money. But i've never seen anything on datastoring images? Is it possible to do this and if yes, how?

Also im new to datastoring so please explain well

1 answer

Log in to vote
0
Answered by
Tomstah 401 Moderation Voter
6 years ago

Technically? No.

But! You could instead store the Asset ID of the Image/Decal. This would allow you to use the image as needed by simply using the ID. (Which also takes up less space.)

0
Thanks! But now i need to know how to store the asset id... Do you know how to? kii55_ALT 2 — 6y
0
Simply SetAynsc. Look into it by finding "Saving Data" in this article: http://wiki.roblox.com/index.php?title=Data_store Tomstah 401 — 6y
0
Does this work in filtering enabled and to read and update the saved data can i just use playeradded to load the data? kii55_ALT 2 — 6y
0
You can only run Datastore methods on Server scripts, so yes. The only thing you need to worry about with FE is communicating Server to Client. To read the data you'll have to use GetAsync but yes, you could wrap it in a PlayerAdded function. Tomstah 401 — 6y
Ad

Answer this question