Datastore:IncrementAsync() Question

I look into a Datastore:IncrementAsync(), and im trying to use this API in my script. But I’m completely thinking this just changes the number, but what point of using this?

to increase a number without Datastore:SetAsync(‘key’, Datastore:GetAsync(‘key’) or 0 + Number)

1 Like