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

DataStore wiping for a single player?

Asked by 4 years ago

Does anyone know how to wipe somebodies datastore? I have a datastore for bans lets say if I have a developer product for the plr to purchase an unban, how would i erase the ban from the datastore for a specific player if the dev product is purchased?

0
Show me the data store script and your developer product script. SilentsReplacement 468 — 4y
0
local DataStoreService = game:GetService("DataStoreService") local banDataStore = DataStoreService:GetDataStore("banDataStore") Its_Monkey 27 — 4y

Answer this question