how do i stop it from another part of the script like
for example
funtion blah()
blah.blah.blah.blah.blah
end
*Bunch of other code here*
if player.character.humanoid.Health == 10 then
--i need help how to stop the blah() function here
end
how to do this pls help
edit: I am trying to add slide animation in acs i am almost done but a function is not letting me do it