since roblox has yet to fix it, is there some workaround anyone knows? Because i am making a flying mount and thus need to set the state to physics to stop it from interfering with my movement system
what i’ve tried
disabling player input(i need it to move the flying mount)
setting walkspeed to 0
setting walking sound to 0(i’d have to replicate it for all clients which is not ideal)
forking core scripts(again not ideal as it would break as soon as they change it)
As it turns out, it’s not that the sound plays while flying, it’s that the sound continues to play if it is already playing, so by ensuring that the character doesn’t register as running and thus preventing the sound from playing you solve the problem before it occurs