xmaanzach

leaderboardGUI

Dec 2nd, 2018
9,709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. while wait() do
  3.  
  4. local Player = game.Players.LocalPlayer
  5. local leaderstats = Player.leaderstats:WaitForChild("Money")
  6.  
  7. script.Parent.Text = leaderstats.Value
  8.  
  9. end
Add Comment
Please, Sign In to add comment