local DataStoreService = game:GetService("DataStoreService")
local myDataStore = DataStoreService:GetDataStore("PlayerStats") -- Replace "PlayerStats" with your DataStore name
local playerToRemoveId = 123456789 -- Replace with the actual UserId of the player
myDataStore:RemoveAsync(playerToRemoveId)
ความคิดเห็น
แสดงความคิดเห็น