Current_Playing_Block_Animation_Track:GetMarkerReachedSignal("Freeze_Sword_Block_Animation"):Connect(function()
Current_Playing_Block_Animation_Track:AdjustSpeed(0)
end)
Is this how to correctly do it?
Current_Playing_Block_Animation_Track:GetMarkerReachedSignal("Freeze_Sword_Block_Animation"):Connect(function()
Current_Playing_Block_Animation_Track:AdjustSpeed(0)
end)
Is this how to correctly do it?