Ordered Data Stores problem

So I tried to make DataStoreService but I got a problem and don’t exactly know what to do, I tried searching on google but nothing good sorts out, so I’ll be very grateful to you if you help me :slight_smile:

You have written :SetAsync two times at line 15
it should be like:

playerCash:SetAsync(player, cash)
1 Like