Advertisement
SxScripting

Silver Local Script

Jan 30th, 2021
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Silver = Player:WaitForChild("Silver")
  3. local TextLabel = script.Parent.Frame.TextLabel
  4.  
  5. local function Change()
  6. TextLabel.Text = "Silver: "..Silver.Value
  7. end
  8.  
  9. Silver.Changed:Connect(Change)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement