Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Status = game.ReplicatedStorage.Values:WaitForChild("Status")
- local Label = script.Parent:WaitForChild("StatusLabel")
- Status:GetPropertyChangedSignal("Value"):Connect(function()
- Label.Text = Status.Value
- end)å
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement