Player Enters, only they hear the music from the beginning? [ SOLVED ]
I'm a beginner when it comes to scripting, and I noticed when I use this script in my game, every time someone enters, it repeats, and it replays the beginning each time. I want it so only the person who has entered the game hears this music from the beginning, and not everyone who has already spawned. Can someone give me some tips or advice on how to do this? I think it may have something to do with LocalPlayer, not sure though..Thanks!
Script:
1 | game.Players.PlayerAdded:connect( function () |
5 | script.Parent.Looped = true |