If I disable AlignPosition on the Client I need to disable it on the Server as well for a specific thing.
If I could somehow visualize physics parts from client and server at the same time, instead of server views it would confuse my head less.
If I disable AlignPosition on the Client I need to disable it on the Server as well for a specific thing.
If I could somehow visualize physics parts from client and server at the same time, instead of server views it would confuse my head less.
I think itās great that they want to fix some bugs or glitches in the physics, I like that they give work to this kind of things as well!
Finally, after all this time. I canāt believe it.
Will parts on client still fall asleep very easily? Because I have a game with an explosion on the client and the parts get stuck the air because they fall asleep, but when the explosion happens on the server no parts are falling asleep and the explosion goes smoothly.
feeling kinda dumb, cause i was thinking how the heck are you guys making knockbacks so smooth? and it turned out that yall were simply using body movers.
I researched a lot to find nothing new, this problem with LinearVelocity is 100% news to me, and the fact that body movers got deprecated just made it worse to find any solution cause in my head, I didnāt wanted to revert, not knowing they are still better right now.
Why do we need to make the transition again? In every use case Iāve encountered, legacy movers are easier to use and have more varied usage.
You can already do this via scripting, eg catch the part getting replicated to client, hide it and clone a local copy w/physics.
Ikr, Iāve tried this already but itās painful when it comes to reconnecting multiple attachments, movers etc. after cloning. Such option could be implemented by adding a new Network Ownership call variant such as :SetNetworkOwner(true) on the server where ātrueā would stand for individual client sided replication on each client.
this is absolutely great! will you ever fix PrismaticConstraints deleting attached parts that have too much mass though? Iāve wanted this to be fixed for a long time.
Now that you are looking at mover constraints, could you make AngularVelocities to be able to not set a torque on ALL axisĀ“? the old BodyAngularVelocity allowed this, and i think a big downside over the new AngularVelocity is that you canāt set a MaxTorque via a Vector3, allowing the user to just set torque in the axisā they want.
What even was the purpose of deprecating BodyMovers? i would say that this change had the opposite effects than intended
This would vastly improve my boat physics!
this looks very promising, my npcs have a tendency to have delayed movements due to latency and the solution was always to set ownership to the server, but even then it still looks wonky.
hopefully with this new rollout they can soon look much more fluid with their movements.
Yeah, can we please get a 0 attachment mode for the mover constraints? bodymovers didnt need you to do that nonsense.
Iāve been experiencing issues when changing the Network Ownership of a part. If Ownership is forced to be the server instance, thereās a noticeable delay of about 0.6 seconds before the partās physics are calculated.
Hereās a video showcasing this issue:
I have a system that makes a shuttle spin, it worked perfectly fine till today:
When I apply AngularVelocity or a VectorForce everything goes wild:
This totally breaks my game so yeah, try to fix it please
Fixed it
Are you seeing this behavior with the new property enabled? You should see no changes with the property at its default value.
Hi, I found the cause of the error and I think it has something to do with this update.
The new property was on and it affected how very dense parts moved.
I found that three parts of a model had a mass of around 43700 while their size magnitude didnāt exceed 10 studs.
This was causing the error and it didnāt occur before the update
Thanks for checking. Iād be happy to take a look if youād like to DM me the model. Iāve debugged a few of these already and the required changes to get everything working again tend to be pretty minimal.
I can DM you the model but Iāve already fixed the issue, if itāll help fixing some bugs with this new implementation then Iāll go ahead :).