I Want to Do a Cd System where The Cd is Displayed And it's the same As A number Value
I Tried To Update The Text With
CDTime.GetPropertyChangedSignal("Value"):Connect(function() --CDTime is a number Value if CD == true then -- CD is a bool Value Display.Text = CDTime.Value end)