The only thing I’d recommend in this code is to change wait()
to something that’s more optimized like task.wait()
, but everything else is good.
The only thing I’d recommend in this code is to change wait()
to something that’s more optimized like task.wait()
, but everything else is good.