bullets in a online multiplayer game

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tova

what would be a good way to control bullets in such a game? i tried to just update position with rset but that gives me weird results on peers, on server it’s fine

this is what i do to spawn bullets (and it works fine):
Imgur

and this is how i try to control the bullets:
Imgur