Pushblocks Laggy/Inconsistent

I am making a simple puzzle game that involves blocks that can be pushed. The problem is that whenever the player pushes said block it is wildly inconsistent and sometimes causes the player to rubberband into the block or the block feels weirdly heavy to push (My current guess is that its just lag on their end). Personally none of these problems have come up both in game and in studio until I have had other people test the game.

My current method for these blocks is just having an unanchored part. Is there any alternative method to making a pushable block?

2 Likes

I think the best way is to have the block unanchored and then lock its position so it stays on the floor and then give network onwership of that part to the client so it’s smooth and responsive

1 Like

Can you like give a video of what’s happening?
I can’t understand what you mean.

1 Like

Give the network ownership to the client who touches it.

1 Like