can i make the camera Follow the player and kill the player using blueprint…
or if not the camera a AI spawn and you must run from the AI or he’ll touch you and kill you?
I’m Super new to the hole Visual Scripting thing… I cant seem to figure out where to learn it at.
Thanks in Advance.
Hi man , here in the forum you can find the first stuff Getting Started: Blueprint References - Blueprint Visual Scripting - Unreal Engine Forums
What yyou ask is pretty simple, and there are a number of ways to do it
You have to know how:
Create new actors blueprint, and Spawn them in the level and kill actors.
Get reference to actors in level,
Make variables and set variables and get & set variables from other actors is an extra but is something you want to know
How move actors, world / local and how works the collision.
You want spawn 2 actors , 1 player , 1 killer
the killer reach the player variables, and read the location.
the killer moves toward the player
if the distance between the player location and killer location is minor of 100
kill the player ,
or reset the level
or teleport back them to the start position