Footstep sound is heard for a character who is Platformstanding

Hello
The player local character is in mode PlatformStand = true and is being carried by external force.
However if I press “W” key (forward) I still hear the footstep sound.
How can I avoid this?

Thanks in advance

If they are being carried by an external force, could you set their legs’ cancollide to false so that they do not touch the ground and not make a step sound?

the character does not touch the ground.
it is being carried by force in the air

This thread is related to your issue, Developer Forum | Roblox How do I make roblox footsteps sound go away?

You can delete the sound from the player client.

its because the game plays the footstep sounds when you’re walking and not falling, and since your holding W and platformstanding, You’re obviously not falling. pretty sure you could just disable the movements for the player

this might work

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.