How do I make realistic gravity?

I don’t know how to add physics that will let my player fall if they reach the edge of the map. I do know the basics of rigidbody and rudimentary basics of collision.

https://playcanvas.com/editor/scene/592996

The gravity is already enabled in your project you have to choose the right movement type, like force instead of translate (along my few knowledge)