Hello.
I was trying to make a few things with physics, just like fishing rods, cars, etc
the problem is that the ropeconstraints seem to look weird on the other player’s screen.
also some ropes go fling and stuff.
Do YOU have any suggestion or idea on how to speed up or increase roblox physics precision?
i dont care about lag.
Unfortunately your proobably just going to have to make your own physics for your use-case, but the upside is that youll have full control of how the physics interacts with the environment of your game
for it to look smooth the rope should not be replicated by server. It should be replictaed by the client. and when the client Decides to throw it, a remote event should be called and fired to all the clients saying that thar player has done some crap.
The fishing lure might not land on the same place on everybodies screen but It may look less laggy for them. You can add extra details to the remote event like where to land and timing so it can look smoother using custom physics.