local Anime = vci.assets.GetTransform("Anime") local SubItemAnime = Anime.GetAnimation() function onGrab() SubItemAnime.PlayFromIndex(0, false) end function onUse() local CurrentTime = SubItemAnime.GetCurrentTimeFromIndex(0) print("CurrentTime: "..tostring(CurrentTime)); end