How do you play audio from a Plugin?

How do you play audio from a Roblox Studio Plugin?

2 Likes

You can use SoundService:PlayLocalSound() to play sounds from plugins. There is a code example of how this can be done on the Developer Hub API Reference page for this function, linked above.

3 Likes

I tried doing everything and it won’t work.

1 Like