Need help – collision only for one team

Hi everyone, I need some help.

I’m building a map in Unreal Editor for Fortnite and I placed a block.

I want the block to have collision only for Team 1, and for Team 2 to be able to walk through it with no collision.

I tried changing the collision settings but I couldn’t get it to work.

Is there a way to do this with devices only? Or do I need to use a Verse script?

Perhaps set the collision response at start or via a function. Create a new object channel for the wall(s), then set each player capsule’s response accordingly relative to team number.