function onGrab(target)--When grabbed vci.assets._ALL_PlayAnimationFromName("fan_rotate_anm",true)--Specifying true will loop the animation end function onUngrab(target)--When the hand is released vci.assets._ALL_StopAnimation()--Stops an animation end