Hello! I'm working on a physics platform auto-scroller, and was struggling with how to let a platform act as a flat solid object while also allowing it to move throughout the air. The main issue comes from how the objects will be weighed down by other objects if it isn't immovable, but behaviors like bullet have odd interactions with physics. The player is using forces and impulses to move. Thank you!