I need help writing a script for my game 3D enemy while is like a rhino charge. It charge to the player last position, so the player are able to dodge it’s attack.
I suppose if your script checks the last position of the player, logically, it would be the actual position of the player, since it would constantly checking, so, following the player, so i guess u want to take the position once and make him charge on that position right ?
As soon as the method is called for the charge, take the opponent’s current position.
Then, start charging.
Yes…it’s something like that