Hey there, im trying to do an intermission system but the sound wont stop its playing but it doesnt stop heres the server script
Thanks.
Hey there, im trying to do an intermission system but the sound wont stop its playing but it doesnt stop heres the server script
Thanks.
Try putting the Sound in the workspace
instead?
Awesome! Worked! I wonder why it doesn’t work in SoundService tho. Thanks alot!
I believe this is due to replication issues
Supposedly, Sounds inside SoundService
tend to result in weird issues (Which I think they can only play locally, but globally they don’t seem to work that way)
Putting it somewhere like the workspace
or ReplicatedStorage
would work fine, since they’re both accessed acrossed both sides (Server & Client)