I’m making a soccer ball system and I’m wondering if there is any good alternatives to Body-Velocity that actually works good enough? I’ve tried Linear-Velocity but it has a big delay compared to Body-Velocity. I’ve also tried :ApplyImpulse()
but that doesn’t work on the client
Hi,
Could I ask what the problem your having with BV is specifically, and why you are trying to do this on the client instead of server?
Thanks.
bodyVelocity is deprecated so it shouldnt be used especially for newer scripts
ApplyImpulse() doesn’t work if a client is trying to call it on a server-owned part. You should set the network owner of the ball to the client, which will also make it much smoother in general.
problem is, I am already setting the network owner