• Hey! Register here to create your account, engage with the community, and talk about what is new!

How does tab list info work correctly

NineOfGaming

Active member
Overlord
Joined
Jul 12, 2021
Messages
51
Reaction score
5
because every time i try to make it display something like this
2021-09-11_00.26.12.png

it turns into something like that
2021-09-11_00.26.25.png

how does it work
 
Solution
If you would like multiple lines in the tab, you'll need to put a newline character between each statistic.
You can get the newline character by doing:
Code:
/txt (newline)

bumpy

Forum adept
Overlord
Joined
Oct 6, 2020
Messages
113
Reaction score
35
If you would like multiple lines in the tab, you'll need to put a newline character between each statistic.
You can get the newline character by doing:
Code:
/txt (newline)
 
Solution
Top Bottom