> > its really weird every tick added only for the platform and other things but the character is straight forward begins = 0 so create the main character otherwise if you go to character selection and choose a new character then that will be = 1 but both of them same problem.
> >
> > it was working fine but before i added animation and character selection.
>
> character = 0 is running every tick
>
> Every single event runs once per tick, regardless of if you put "Every Tick" in front of it
>
>
>
I deleted the 0 and 1 to test only one character but still it kept repeating
That's because every event runs every tick as long as it's condition is met. If there is no condition, then it just runs every tick