Apply a force under a cube so that it make a rotation

I am looking for a way to achieve this. I actually want to do a rotation of a cube based on a pivot which is a specific cube vertex. The image is rather self explanatory…28991-test.png

It is possible to do this by applying a force under the cube and use physic for the rotation ? How this can be achieved ?

Thanks!

You could use AddForceAtPosition if you really want to use a force, and not a rotation (would be easier, I think).