BP Function Runtime Error

Hi,

atm i am implementing a lot of function to my project and i am getting unfurtunately a lot of bp errors but the function does what it should do, the only problem is that the frames getting very low as longer i run it.

Here is one of my function with the error:

Tough to say why PlayerRef is null without seeing more. For now, you should check if the object is valid before running the code. You can do the same for any Accessed None errors. example:

Thanks, its working!