The “PlayLocalSound” function does not run at all.
I tried to just call it from the console, I even copy pasted just the sample code from the documentation, switched the ID in playLocalSound (line 24) to “rbxassetid://762117042” saved it as a local plugin, and ran it.
Playing sounds via the preview buttons works (so the ID is correct and Studio’s volume works) and using PlayLocalSound in a localscript then playing as the client works as well, but when calling it from a plugin it does nothing, not the even the Ended event is fired. Also, this is all being tested in Team Create project.
Any help is very much appreciated.