Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local msg = game.ReplicatedStorage:WaitForChild('RoundMessage')
- script.Parent.Text = msg.Value
- msg.Changed:connect(function()
- script.Parent.Text = msg.Value
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement