RPC Error in DoPlaceError
when players will deploy something from black list they are kicked from server with RPC Error in DoPlace, i have chanched :

entity.Kill();
to:
NextTick(() => {
  entity?.Kill();
});

it looks like it works now, but i dont know if it is good code :P
cannot get this fix to work, could you send me your fixed version?
This has been applied in the latest version.
5e13a8d5b2bc5.jpg Wulf
This has been applied in the latest version.
thank you very much! 

Merged post



Error is still happening sadly
It may be coming from the DieInstantly too, unsure. Would need more testing, but that should have fixed at least one issue.
5e13a8d5b2bc5.jpg Wulf
It may be coming from the DieInstantly too, unsure. Would need more testing, but that should have fixed at least one issue.

Thank you anyway Wulf! Much Appreciated!

Merged post



Sorry to be annoying, but this error now appears (with the lastest version)