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

is it possible to save the character customization?

Asked by 4 years ago

is it possible to save the character customization if so can i ask for resource that can help me to study it and have a knowledge to make it on my own thanks for reading!

1 answer

Log in to vote
0
Answered by 4 years ago

Yes it is! by using the Roblox DatastoreService. So to use DataStores you wanna type the code below at the top or the top where you begin saving (I suggest make a script and put it at the top).

local DSS = game:GetService("DatastoreService")
local GDS = DSS:GetDatastore("TYPE SOMETHING HERE", "Char_Custom")

I'm not gonna put a whole script there because its not a script requesting site. but you wanna us the functions: GDS:GetAsync(), GDS:SetAsync() and pcall() more info at the Roblox wiki

0
thanks pal it really help me a lot! RealPlays20 3 — 4y
0
np Luka_Gaming07 534 — 4y
Ad

Answer this question