How would i bullet point text

how would i bullet point text in a text box in studio

You can use unicode characters!

Example:
image

• Point 1
• Point 3
	• It's 2 AM
	• I am sleepy.
• I forgot point 2.

Unicode character:

2 Likes

its definitely been a year but although the bullet points work. with text wrapped on. and expecially with a lil long points, the second line of a bullet point text doesn not align with the rest. how can i fix this?

in textbox:
	• Kill them all <br/>
	• use the ramp to aim <br/>
	• stop the side to side to aim  <br/> 
	• when an object is fully charged 
click the 'Activate button' or the red star <br/>
	• when an object os in mid air you can move 
it with you (for example going foward make then object go 
foward as well but even faster) <br/>
	• using a gravity coil can help increase this 


Try this .. Just copy it and use it as is. It is already set up with tabs, not spaces.

• Kill them all
• use the ramp to aim
• stop the side to side to aim
	when an object is fully charged
	click the Activate button or the red star
• when an object is in mid air you can move
	it with you for example going forward make the object go
	forward as well but even faster
• using a gravity coil can help increase this

Or you could do it the “right way”..

Do not put bullets in one TextBox.
Create a Frame with a UIListLayout. Each bullet is its own row Frame.
Inside that row use two TextLabels. Left label shows the bullet.
Right label shows the wrapped text. This is how bullets really are added.

1 Like

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