Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Silver = Player:WaitForChild("Silver")
- local TextLabel = script.Parent.Frame.TextLabel
- local function Change()
- TextLabel.Text = "Silver: "..Silver.Value
- end
- Silver.Changed:Connect(Change)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement