xmaanzach

Clock UI #2

Dec 9th, 2018
1,669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local ReplicatedStorage = game.ReplicatedStorage
  2.  
  3. ReplicatedStorage.ChangeTimeEvent.OnClientEvent:Connect(function(text)
  4.  
  5. script.Parent.Text = text
  6.  
  7. end)
Add Comment
Please, Sign In to add comment