Assume the roundStart()
function works.
Whenever the roundStatus value is changed (roundStatus is a BoolValue) the following code won't fire. Am I doing something wrong?
roundStatus.Changed:connect(function() if roundStatus.Value == true then roundStart() end end)