Physics points

is there a way to create a gravity point to pull all objects to the point instead of -Y?

like a black hole in outer space…lol

No, but you could do the opposite the BombControl is doing, just pushing stuff towards the middle. Look at the tests , there you will find BombControl.

Edit: Actually you could change the gravity of the overlapping objects locally, but you’d have to do it each tick as well because they move, I think the other method is easier.

Thank you.