Advertisement
HowToRoblox

StatusHandler

Apr 1st, 2021
3,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. function updateStatus()
  2.    
  3.     script.Parent.Text = game.ReplicatedStorage.GameStatus.Value
  4. end
  5.  
  6. updateStatus()
  7.  
  8. game.ReplicatedStorage.GameStatus:GetPropertyChangedSignal("Value"):Connect(updateStatus)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement