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:
Did you make sure this script actually has print lines??
Send us a copy of the script
Another thing is scripts tend to stop if they have an erro
It also could be because of a line typo or because of a declared variable or function that doesnt exist
I got something which could be you disabled client and server messages.
ORRR you placed a server script in a place it cant work (Yes server scripts runs on the legacy runservice meaning you need to put it in a certain place like “ServerScriptServices” or “Workspace” and etc.)
A way to fix this thing you can change the runservice (which is located in the script properties) to server.
The “StarterPlayerScripts” cant run legacy runservice scripts, So i used it as an example
See?, The script with runservice set to server is the only one which printed (Yes i did check all of the console)
The only thing that I can imagine causing this issue is that you do not have all contexts enabled in your output window. You have to make sure that the Server or Client context boxes are ticked.