Multiple "if" statements one after another?

Hey there, trying to make this animation cancel if you are already in the process of playing it. Just wondering if this seems at all in the right direction here with my “if you are playing blahblah then cancel anim” block

do elseif instead of multiple if statements

so keep the 3 first if statements and then do elseif

1 Like

Shouldnt I keep the first 2 only? Like this? Since the 2nd if was the start of it?

you removed something but yes

1 Like

Sweet It worked out! Now To just get the prop to spawn in my hand lol thanks for the help