Advertisement
Guest User

Currency Gui Script

a guest
Jan 7th, 2022
1,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local leaderstats = plr.leaderstats
  3. local Coins = leaderstats:WaitForChild("Coins")--Put your stat name here
  4.  
  5. while wait() do
  6. script.Parent.Text = "Coins :"..Coins.Value
  7. end --[[ ^
  8. Put your stat name here also]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement