Hello, i want to program a weeping Angel Mechanic, where a Model moves only when it is in your view, i already programmed the walking and a hitbox that is infront of your camera, but i have problems with the collision.
I thought that i would just add the yellow collide function and set a value (Is_in_Hitbox) to true when the hitbox collides with the model, and then when it doesn’t i just set the value to false. But this doesn’t work, any ideas?