so i was wondering if there was a way to destroy an AnimationTrack once its not needed cuz memory leak. i will have a lot of animation tracks in my game and i dont like lag so was wondering
AnimationTracks, like everything else, is an Instance
, so using :Destroy()
works on them as well as the Destroy
function is a function of instances
7 Likes