How to Adjust Text Size on a Display?

yann1n

New member
Aug 19, 2024
2
0
1
I’m trying to change the text size on my display, aiming to achieve the same result as shown in the attached photo. Could anyone guide me through the steps or settings I need to adjust to get the text size just right? Any tips or advice would be greatly appreciated!
 

Attachments

  • Screenshot_7.png
    Screenshot_7.png
    83.3 KB · Views: 4

Machine Maker

Paper Developer
Staff member
Dec 17, 2021
149
7
22
18
California
I think you can just use the scale attribute to make it bigger. I haven't tested it to be sure, but the "scale" attribute is for changing the size of any entity, small or bigger.
 

yann1n

New member
Aug 19, 2024
2
0
1
I think you can just use the scale attribute to make it bigger. I haven't tested it to be sure, but the "scale" attribute is for changing the size of any entity, small or bigger.
And how to show individual holograms to different players. For example, if there will be a table of rating with scrolling function?
 

Machine Maker

Paper Developer
Staff member
Dec 17, 2021
149
7
22
18
California
If you want the text entity to show something different to different players, you are going to have to do that with packets, listen for specific synched entity data packets from the entities and adjust the text display based on which client is getting the packet.