π₯Making Leaderboards via Ezstatz
local Ezstatz = require(game.ServerScriptService:WaitForChild("Ezstatz"))local Ezstatz = require(game.ServerScriptService:WaitForChild("Ezstatz"))
game.Players.PlayerAdded:Connect(function(player) -- Runs each time a user joins
local leaderstats = Ezstatz:createLeaderstatsObject(player)
end)local Ezstatz = require(game.ServerScriptService:WaitForChild("Ezstatz"))
game.Players.PlayerAdded:Connect(function(player) -- Runs each time a user joins
local leaderstats = Ezstatz:createLeaderstatsObject(player)
local gems = Ezstatz:createValue(player, "Gems", "int")
end)Last updated