This is a warning, but what does it mean?
My code functions exactly as expected, nothing is going wrong.
I get this warning clientside when I fire a rocket like so:
1) Client creates rocket
2) Client puts rocket in workspace and fires it, while telling server to make a rocket and fire it too
3) Server creates identical rocket, puts it in replicatedstorage so client can see it
4) Server tells client to delete rocket then puts it into workspace and fires it
5) Client deletes rocket |