Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local RoundsAmount = workspace.RoundsLeaderboard:WaitForChild("RoundsMiddle2").SurfaceGui.RoundsAmount
- local WinsAmount = workspace.WinsLeaderboard:WaitForChild("WinsMiddle2").SurfaceGui.WinsAmount
- while wait() do
- RoundsAmount.Text = "My Rounds: "..player.leaderstats.Rounds.Value
- WinsAmount.Text = "My Wins: "..player.leaderstats.Wins.Value
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement