I'm getting no prints on mobile

Not quite ready to call this a bug in case I missed something, but I just inserted a script into workspace with the default print(“Hello world!”) in it, published it to a place with a brick inserted to confirm it printed. Neither /newconsole or using the console via the settings showed any prints in the server log.

The new console is still kinda janky (it doesn’t seem to refresh when you open it for whatever reason).

You can refresh it by enabling/disabling any filter category (Output, Info, Warning and error) which should make your print appear.

If it’s a bug in the new console, you can maybe use /oldconsole instead as a quick fix.

2 Likes

I don’t think the console shows history before the player joined, so it could be running before the client is connected. You should try having wait(10) before the print to see if that fixes it.

Likely just the same issue as the first one at the link below. If you print something on a loop, can you check if the rest of the log then appears properly on mobile?