Sound Trimming?

Hello!

I am using a couple different sounds in my game, and some of them have a delay before the actual sound starts, like this
https://www.roblox.com/library/501536185/Fox?Category=Audio&SortType=Relevance&SortAggregation=AllTime&SearchKeyword=fox&CreatorId=0&Page=1&Position=4&SearchId=8ef89c4f-7767-4f6d-acf1-0e1818be6066

This can be annoying when I am using it for gui, because it needs to be right on the dot. Is there anyway I can trim this? Is there a plugin for it?

1 Like

Using a script, change the TimePosition of the sound and play it from there until you get it right.

can I do it just from the properties?

No, you can’t set it from properties. You have to use a script.

1 Like

Yes you can do it from the properties, go to the sound and change the TimePosition from there. You can also turn on “Playing” or “Looped” depending on what you want.

3 Likes

Maybe it doesn’t work in studio because I just tried and it didn’t work.

So I just tried messing with it, like making it higher than 0, even up to 30, and nothing is happening?

Edit: It actually works! Thanks @NeonTaco135 and @RichardPRoosevelt