Need help on how to implement roller coaster sound effects

I am currently making a themepark game and I already have working roller coasters. I just need to know how to add sounds to them, that change pitch/speed depending on how fast the coaster is moving.
almost every roblox themepark game out there, Universal Studios Roblox themepark, Roblox Point, Cedar Point, etc all have roller coasters that do this.

I already have a seamless looping audio for the roller coaster sounds.

The only problem is my roller coasters are not really physic-based. I’ve tried multiple scripts that rely on velocity, but didn’t work because the roller coaster itself isn’t really moving its just changing its position constantly (its always anchored).

Its a C-frame roller coaster so it follows a path of parts.

1 Like

Do you have a variable for the speed of the rollercoaster or is it done another way?

1 Like