Body velocity pausing on creation

While attempting to create a bullet tracer with body velocity everything works except for that every time the bullet is created it pauses for a second and then moves.

Here is my code: https://gyazo.com/caad929c8944d919cf885ddd3f96917f

Here is a video of what I am talking about: https://gyazo.com/594bd82c62a5c23ca7da1ef54ef6cfed

Try setting the NetworkOwner to your player, it could be transfering the NetworkOwnerShip to the server that makes it stop.

1 Like

did this and it fixed the problem thank you

1 Like