of     1   

LordaVoldemort
#227643792Friday, November 17, 2017 9:01 PM GMT

function onTouched(hit) game.Workspace.Figure.monstermash:Stop() end script.Parent.Touched:connect(onTouched) should find a animation played inside a NPC called "monstermash" and stop it when you touch it. is there a obvious mistake I'm not seeing?
LordaVoldemort
#227643947Friday, November 17, 2017 9:06 PM GMT

b1
CWRA0444
#227644003Friday, November 17, 2017 9:08 PM GMT

i think you can only do anims thru localScripts? Maybe? Up to 256 characters, one line
LordaVoldemort
#227644042Friday, November 17, 2017 9:09 PM GMT

nah, i think its just something missing around the button but it seems as if im so stupid i cant find it..
Firehoaxx
#227644123Friday, November 17, 2017 9:12 PM GMT

Umm, use a localscript? and if you need to activate it from a script, use a remote... ざわ‥ ざわ‥
R_obotz
#227644922Friday, November 17, 2017 9:37 PM GMT

you need to first load the animation from the humanoid and put it in a variable. then use the variable + :Stop()

    of     1