Crcoli737's Admin Panel Release

I’ll definitely look into that. Definitely will help.

I use that to define independent and dependent variables.

I looked into that, but I have no clue how to do that.

I’ll change that too.

Thanks for your feedback!

It’s quite easy. It’s like saving normal data in a datastore, but a table.

local Tbl = {
Player.Coins.Value,
Player.Wins.Value
}

SomeDataStore:SetAsync(Player.UserId.."_DATA", Tbl)

-- To get it

local Coins = SomeDataStore:GetAsync(Player.UserId.."_DATA")[1]
1 Like

Hey guys! I am proud to announce 200 sales on my Admin Panel v3! Its amazing how much you all like this module and will hopefully release a new version soon.

Epic! You should add settings for dark mode also a warning button, and mute button. Keep up the good work