set a boolean value for when the plane is supposed to produce engine sound (when its starting generally) and then make a new script in that
local sound = script.Parent:FindFirstChild("YOUR SOUND")
local started = script.Parent:FindFirstChild("wut did u name it")
sound.Looped = idk
if started then
sound:Play()
else sounds:Stop()
end