|
| 07 Jul 2015 07:42 PM |
how do i get past the limit size of 48 for text? because thats still too small..
shaggy is swaggy
shaggy is swaggy |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Jul 2015 07:50 PM |
| You can't. If you want custom-sized text (which is by all means completely possible), you'll need to use ImageLabels with a custom font (most likely within a sprite sheet). |
|
|
| Report Abuse |
|
|
piepiedog
|
  |
| Joined: 16 Nov 2008 |
| Total Posts: 1326 |
|
|
| 07 Jul 2015 07:54 PM |
Yeah, AgentFirefox is right.
http://wiki.roblox.com/index.php?title=API:Enum/FontSize
^^^FontSize is an Enumerated value type that only goes up to 9 which is Size48. You'll have to make an image of the text you want and scale it up or make an image of each letter, upper and lower case (which is a pain, I've done it before) and then just use those as your font and put them next to each other. I'd only do the latter if you really needed customize-able text. |
|
|
| Report Abuse |
|
|