Is this possible?

Looking for some answers, I’m working on a multiplayer shooter, if I wanted to make it where at a certain time in the match the level starts to fall apart is that possible?

Hi,

Sure it is. Like for most things, there are multiple solutions. However, if you have asked this question, I assume you want something easy to use, I suggest you to look into Unreal’s DescructibleMeshes:
https://docs.unrealengine.com/latest/INT/Videos/PLZlv_N0_O1gYeJX3xX44yzOb7_kTS7FPM/-gGiEmYj4oE/

Yeah it’s possible, very possible. What do you want it to be like? Destructible meshes? Moving platforms? Something else?

Like have the map start to crumble away from the out to the middle forcing people toward the middle

As both of us said, it is possible. However, you are not gonna learn it on Unreal Forums. Have a look at destructible meshes or Apex. (https://docs.unrealengine.com/latest/INT/Engine/Physics/Apex/).