Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local leaderstats = plr.leaderstats
- local Coins = leaderstats:WaitForChild("Coins")--Put your stat name here
- while wait() do
- script.Parent.Text = "Coins :"..Coins.Value
- end --[[ ^
- Put your stat name here also]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement