Advertisement
xmaanzach

IntermissionScript #1

Feb 6th, 2018
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local msg = game.ReplicatedStorage:WaitForChild('RoundMessage')
  2. script.Parent.Text = msg.Value
  3. msg.Changed:connect(function()
  4. script.Parent.Text = msg.Value
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement