-
What do you want to achieve?
I would like to stop music from playing when using :Stop() function -
What is the issue?
:Stop() wont stop my sound from playing
-
What solutions have you tried so far?
Ive tried looking on google and people have had this problem but those fixes didnt work for me.
RS.RemoteEvents.TPplayers.OnClientEvent:Connect(function()
ContextActionService:UnbindAction(FREEZE_ACTION)
plr.PlayerScripts.SoundTrack1:Stop()
script.Parent.Enabled = false
print("Sound disabled")
end)
Print works and also this script is a local one