of     1   

Starseeing
#144435400Sunday, August 24, 2014 10:04 PM GMT

i need help with changing audios at certain times for my rpg game at certain times... night and day (i have day done, i just need it to change), dungeons, and bosses. how can i do this?
NotedDown
#144435525Sunday, August 24, 2014 10:06 PM GMT

if day = true then sound plays now if night = true then sound plays now for iv in pair +_G - lookAngles+cframe-*angles.c67 + weld - camreatype = script while true do night + end end end)))))
ForceSky
#144435609Sunday, August 24, 2014 10:07 PM GMT

if statements. while wait() do if game.Lighting.TimeOfDay == NIGHTTIME START then elseif game.Lighting.TimeOfDay == DAYTIME START then end end for the dungeons and bosses it would have to be different based on your game.
Starseeing
#144435706Sunday, August 24, 2014 10:09 PM GMT

@force, should i put in a certain wait time? im kind anew to scripting. i can only script single sounds and disaster games so far really.
Starseeing
#144436930Sunday, August 24, 2014 10:25 PM GMT

oh, i also forgot to mention i wanna play a victory audio for when you beat a boss

    of     1