I have some issues with my plane!

Hey there. I wanna know how to add engine sounds onto the plane kit(OLD Version).

I searched youtube but couldn’t find anything on the topic.
So I thought I’d contact the developer forum.

If you know how to add engine sounds when the plane is started and stop the sound when the plane is stopped please let me know.

I tried modifying the script myself but that completely ruined the plane. Please let me know…

SCREENSHOTS:
(The sounds I have)
image

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

also why is ur plane a tool

edit: i couldnt find the model u have