NoahRayburn
NNormal
•Created by NoahRayburn on 5/11/2025 in #🤝ask-a-question
Have multiple clients apply a force to a rigidbody
Wondering if there's any way to have multiple clients be able to apply a force to the same rigidbody. I know that realtime transform will only allow the owner to modify the position of a rigidbody, just wondering if there's any workarounds to this of if this is something anyone else has had to solve before
I am trying to build a system that allows two or more users to carry/lift the same object. I'm thinking I'll need to have the non owning clients send their desired physics input over an RPC to the owner and add that in
8 replies