Horror game plz hlep

SO my group is trying to make a horror maze game with something chasing us. How can we make something chase the character?

Hi @Thao-Nguyen_Miles,

the easiest way is to attach chasing object to the chased and then move it to desired position. Whenever parent object moves, the child object follows him.

Hope that helps

Thanks for the help on our horror game

i tried to do that but I have no idea what you are talking about

Hi @Thao-Nguyen_Miles,

I created a small chasing game sample without attaching. Pig slowly moves to the camera and when it reaches it, the game is over. You can remix the CoSpaces to explore the code.