Is there any way to make an audio/sound play while a tween is happening? I tried this:
local label = script.Parent local sound = script.Parent.Whoosh if label.Position == "0.282, 0, 0.853, 0" then sound:Play() end
But that only works when the tween ends/is in its final position, not while the tween is happening.