I've tried using this script
if game.Lighting.ClockTime >= 19 then workspace.Hoot.Playing = true workspace.Crickets.Playing = true end
but the sound doesn't play. There's no output. Please help.
while true do wait() if game.Lighting.ClockTime >= 19 then workspace.Hoot.Playing = true workspace.Crickets.Playing = true end end