I have tried Script.Parent:play Thats all I know and it didn't work. I want music to always be playing in my game. can someone help me? Any help is very much appreciated.
Sorry did not know what the tag should be.
1 | script.Parent:Play( function (OnPlayerEnter) -- Plays when someone enters the game. |
2 |
3 | end ) |
Open LocalScript Then put this in StarterGui
1 | Game.Workspace.Sound:play() |
Just Leave the Sound in WORKSPACE
Try this:
1 | game:getService( "CreatorName" ):Preload( "AssetLink" ) |
On AssetLink change it to the ID Number of the Audio and CreatorName change it to who made it. MAKE SURE YOU PUT IT IN ServerScriptService