Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. game.Players.LocalPlayer:WaitForChild("CashCollected")
  2.  
  3. while wait() do
  4. script.Parent.Text = ""..game.Players.LocalPlayer.CashCollected.Value
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement