I am trying to make a horizontal windmill that spins at a constant rate even if it hits the player, it should just push him away and keep spinning at the same rate. This can be done with runservice but i don’t like how it interacts with the player when he is hit. So I am looking for a constraint that can do this, I’ve been using angular velocity however it just stops when it hits a player. Any suggestions would be much appreciated
With enough force, and enough weight (mass + size) behind the objects that are spinning, they should be able to produce enough force to knock things away from them instead of getting stuck.
But, you could also try using BodyMovers, particularly BodyAngularVelocity.
i’m recreating my first game(obby) for fun, so the point is for the player to jump over the spinning windmill or get knocked off the map, thus making it huge and heavy is not really an option. I’m hoping there is a constraint that can defy physics xD hopefully BAV can do that
you sir are quite brilliant, before you responded i was trying the cylindrical constraint motor and by increasing density to 100 it now knocks me off smoothly without slowing down, i guess i should try BAV as well and compare, but ye the main issue of the windmill slowing on impact seems to be resolved