Every time i try to start my game it crash

Hey,

It’s infinite loop meaning you call same function continously which will result in not doing anything except this one function. This way game can’t run other logic and blueprint breaks flow

If you need help with tracking what’s causing problem show us show function. It’s where inifnite loop occurs.

You can use breakpoints to see what is being executed and than step by step what is executed and why there is loop.

BTW: Don’t use special characters like ã in filenames and in functions, variables. Use pure english it will help to prevent further crashes or weid problems.