Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Small Delay Between Client And Server?

Asked by 6 years ago

So I've done some research on this already, but I'd like to see if anyone on here could point me in the right direction. My problem is that when I fire a projectile via ServerScript, the projectile moves forward and collides fine on Client-Side but on Server-Side, the projectile has like a 0.2 second delay before launching and then only makes it halfway to the target instead of the full distance like on the Client-Side. Could anyone provide some ideas for fixing this lag issue?

1 answer

Log in to vote
0
Answered by 6 years ago

I believe the answer to your question has to do with Network Ownership. Hope the article helps!

0
I tried Network Ownership and it doesn't work. I can't change Network Ownership of an anchored part. Wolf5429 15 — 6y
0
I also tried setting the Network Ownership after unanchoring the part. This caused the projectile to hit the target on the server now, but now it would only go halfway on all the clients. Wolf5429 15 — 6y
Ad

Answer this question