Hi, on my login screen I want to have a song playing until the player selects their character that they want to play as. It half works... the song plays when the player joins the game, logs in and selects their character. But once they select their character, the song continues to play until it's over. Here's what I've inserted;
local sound = playSound("login.mp3", 2000.53125, -2767.8525390625, 1.7703918218613, true)
setSoundVolume(sound, 100)
setSoundMaxDistance(sound, 100)
setElementDimension(sound, 0)
end
Any help? Thanks in advance.