Advertisement
Sungmingamerpro13

GlobalDataStore

Jun 9th, 2025
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. for _, Player in pairs(game.Players:GetPlayers()) do
  2.         GlobalDataStore:SetAsync(Player.UserId,Player.leaderstats.Wins.Value)
  3.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement