Print can't print \n

In order to print a new line, print has to be called multiple times. Not sure if this was always the case but it seems wrong anyways. The output turns \n into a regular space.

6 Likes

Ehh, you could do this in the past.

Tagging the Studio team here… cc @Silent137

This is a result of the new output updates. There was some talk of it on the ROBLOX forums and I posted about it on the update thread, but it’s the weekend so they never got a chance to comment on it.

Tabs also don’t show up in the studio output. They work fine in the Developer Console.

2 Likes

still a thing. any whitespace character gets replaced with a regular space in the output now.

I absolutely need this fixed, unless there is some other way to print out data while keeping \n and \t stuff. (probably can with a string value, but … :frowning: )

Was having trouble with this earlier today too.

There’s a fix for this that should be in he next few releases.

3 Likes

Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.