1 local random = math.random(1,5) 2 if random == 1 then 3 game.Workspace.TheOrotund.Head.Horror1:Play() 4 elseif random == 2 then 5 game.Workspace.TheOrotund.Head.Horror2:Play() 6 elseif random == 3 then 7 game.Workspace.TheOrotund.Head.Horror3:Play() 8 elseif random == 4 then 9 game.Workspace.TheOrotund.Head.Horror4:Play() 10 elseif random == 5 then 11 game.Workspace.TheOrotund.Head.Horror5:Play() 12 end