Output Not Working Properly

Recently I’ve been using the print() function to ensure my code works, however regardless of if the script works, print() does not work. Here’s a script of mine that I know works that I added a print() function to to make sure print() is working:

game.Workspace.Level0Music:Play()
print("Output works.")

And here’s the output:


(This isn’t the whole output but even when I scroll up I can’t find any script outputs)

Check that you have it enabled in the output:


image