Luau Recap: February 2021

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')
	)
1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.