Creature Control

I’m new to UEFN. I’m currently making a map where players fight creatures that appear in the Creature Preset. Is it possible to make creatures attack only players from a specific team?

Hey @Rams_Wing_0 how are you?

Sadly there is not an easy way to do that with Creature Spawners.

The best thing you could do is to create custom creatures and add the possibility to define their targets manually.

There are a lot of tutorials on how to create NPCs but I recomend you thise one:

What you will need to do is to add some checks in Verse to define the target Team. I recomend you this video to understand how to do it:

And with that you should be able to create creatures that chase players based on their teams!

Hope this helps you!