I use tables to save my data and I wish to add a “remove warning”, “remove kick” and “unban” button.
I’m unaware on how to remove someone’s stuff data if they are offline and their data is saved as a table
If i only want to remove warning, then how would i go about keeping the other values as they are?
For me, the datastore table saves like this.
If I want to change Kicks, I still have to go through warnings.
What i’ve tried so far, is
targetsds:SetAsync(targetsUserId,_,+1 )
(remove _)
So basically I just put 2 commas and left the first one unused, and the +1 just does not seem logical.