Any idea on how to make a non-collision prop apear when player enters it and disapear while they leave the prop?

Well, I was trying to create a Fortnite Civ game, but I am unable to create a tile selection to make npcs move. I know how to make them move, but I don’t know how to do the tilw selection.

If you want them to not collide with player but react to it set the collision to overlap. ( or add a box or similar kind of component )
You can alternatively use traces or calculate distance of player from said tile to trigger that based on use case .

1 Like