Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make custom walking sounds?

Asked by
Cowgato 33
3 years ago

IF ANYONE KNOWS, PLEASE HELP

I've been developing a game for quite some time and I was wondering how to make custom footstep sounds. If you know how to, please let me know. Thank you

1 answer

Log in to vote
0
Answered by 3 years ago

Play your game in studio and copy "RbxCharacterSounds" from PlayerScripts under your player.

Then stop running the game and paste the script in StarterPlayerScripts.

Open the script and go to line 28. Replace the string with the ID of your audio. It has to be written like "rbxassetid://YOURIDHERE]".

Play your game to see if it works. If it does, stop the game.

To sync the audio with the player's footsteps, you can go back to your script and adjust the pitch on line 30.

Let me know if you run into any issues.

0
Thank you, it works Cowgato 33 — 3y
Ad

Answer this question