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.
script.Parent:Play(function(OnPlayerEnter) -- Plays when someone enters the game. end)
Open LocalScript Then put this in StarterGui
Game.Workspace.Sound:play()
Just Leave the Sound in WORKSPACE
Try this:
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