This is a great first step towards improving the physics engines capability, much appreciated! However as others have said being able to use this in live servers would be beyond useful.
A few months ago with the announcement of the new Humanoid movement controllers you guys said you were working on generalised server authority, can we expect to see this anytime soon? An ETA would be greatly appreciated.
It would’ve been incredibly handy if these new physics functions were introduced into native experiences! I would then have the possibility to completely pause the simulation without having to anchor every single part, and I would be able to speed the simulation up which I’ve been trying to do to no avail for years at this point…
Essentially, the current network model for character movement is entirely client authoritative, allowing exploiters to easily teleport and fly around just by modifying where their character is.
Of course, this can be very game breaking, and the only real fix is to manually move character authority to the server. However, this makes the responsiveness of movement very sluggish to the user, especially for people with constant lag spikes, so there needs to be some movement extrapolation and rollback to make it feel smooth.
The extrapolation and rollback parts are what we’re missing. We already have spatial queries and unreliable remotes, but we have no way of manually stepping the humanoid physics for validation. That’s why having this API in live games would be game changing.
I don’t know much about Roblox physics and or more then basic coding but this is cool and looks like it would be a good thing to have for live games/builds etc.
This is amazing, lots of use case here. I played around with it a bit and I found some inconsistencies when running StepPhysics on Humanoid models in solo studio sessions versus team create sessions, the difference can be seen by these examples:
Solo Studio Session:
Team Create Studio Sessions:
I tilted the character deliberately to kind of get the point across a bit more clearly but basically Humanoid models behave as expected in a solo sessions but in a team create sessions they behave like regular BaseParts with no influence by the Humanoid at all.
@m0bsterlobster Anything you can add to this and any info on whether or not this will/can be fixed? Would love to know because I kind of need this to work for something I am working on
Would really be nice if we could Pause physics and control the Physics timestep manually in Live experiences. Just being able to pause it would open the possibility for alternative physics engines, for example in my case I don’t need actual ‘phyisics’, only Collisions using simple and efficient AABB for scalability.
Sorry if I’m being too persistent here, but can I have an ETA on when I can expect this to be fixed? If you are actively working on it, surely there should be an update on this soon right?