Interpolation Bug, New Thread w/ clearer videos (+Diagnostics)

Business section:

Edit: Please ignore the visual discrepancy of rays between clients, it’s more severe here than usual but that’s actually normal due to a delay in ray data being sent to clients. Hits not landing however, is not normal.

SilentSwords: (Network diagnostics video visible)

Owen:

Note how he is aiming spot on on his camera, but is actually lagging about 20 studs behind. Needless to say he doesn’t land any shots. To reiterate. Rays are being cast CLIENT SIDE..

This discrepancy is quite obviously ludicrous, but I guess that’s beyond the point. I hope this helps fix the problem.

Also note the successful hit that comes from aiming 20 studs ahead of the target.

1 Like

I mean if you need any more proof that it’s an interpolation-related bug; whenever Owen turns around in my video I have the slight chance of hitting him when his ‘shadow’ catches up with him. Other than that, no chance.

Those videos are great. Clear problem. Thanks!

Would this be a quick fix that wont need a week to be fixed, or will this join the normal update release cycle?

No repro available but I can definitely confirm that this is a pretty prevelant bug in other games, too.

It’s almost impossible to play any competitive action games.

We also have problems with this at our game Deathrun 2. If you need any information, please ask. We will provide the necessary steps. (Basically it is the same as Original Post)

I haven’t heard anything about this from the admins. For those of you with games that were experiencing issues due to this, was the bug patched, or is it still at large?

If anyone is into network analysis, interpolation, prediction, and optimization (Actually I think it’s a good read for any developer, it isn’t long), I found the following document to be a great read. It’s by Valve and they explain the networking in their Source engine.

https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking

I haven’t noticed the bug in a while, so I think maybe it was fixed.

Am I missing something in OP? To me this just seems like a common networking problem and not a bug caused by ROBLOX, can anyone explain what is so weird about this?

I’m guessing this was re-enabled?

Does this have any correlation: Documentation - Roblox Creator Hub

I’ve had some productive chats with Roblox engineers and the problem was fixed now, it was due to a bug in their interpolation code.

The problem was the ‘render model’ and the ‘actual model’ where not in the same place on laggier games. Meaning client-side hit detection was useless.