Ideally, yes. I believe TypeScript does this sort of thing. My real complaint was with the “Statement spans multiple lines” opinionated warning, which shouldn’t have shown up in this case IMO.
My solution was to do this though, which seemed to make it go away
;
(playingTrack :: AnimationTrack):Play(
animation:GetAttribute('EmoteFadeTime'),
nil,
animation:GetAttribute('EmoteSpeed')
)