How do I make a safe zone like in Fortnite or PUBG?

Hey,

if this is a circle for example then create some material make actor with a sphere (Big sphere) and check if player is in this sphere with begin/end overlap events. Than if not call some damage function. This should work fine.

To decrease circle simply set scale to a bit smaller every frame.