About 407,000 results
Open links in new tab
  1. How do I make text over 100 font size in a surfacegui? - Roblox

    Apr 4, 2020 · I’m trying to make large text for runway markings, but I can’t do anything better then a tiny number. Also, I saw some solutions saying to reduce the size of the surfacegui but those options are grayed out for me.

  2. Uncap/increase the font size limit of 100 - DevForum | Roblox

    Mar 26, 2017 · I don’t think we’d make TextSize limit bigger with current font rendering technology. We have an atlas that has a finite size and have to rasterize a precisely sized glyph into that. On mobile (iOS) we increase the size 2x to match the pixel density perfectly.

  3. Increase or Remove TextSize Limit - Engine Features - Roblox

    Nov 12, 2017 · As a developer, it is currently impossible to make big text. On ScreenGuis, it is completely impossible. For SurfaceGuis, there’s a workaround, to resize the part. Though that can still be annoying - and the huge part can get in the way of selecting things, etc… I often want to use big texts for titles/headings. The 100 TextSize limit prevents me from doing so.

  4. How to make the textlabel bigger than 100 - Roblox

    Dec 31, 2024 · I have a part called “Timer” in it is a “SurfaceGui” and in that is a “TextLabel”, How do i make the text label bigger than 100? cause its super tiny and im making a big surface gui in my game that should be big and visible from afar

  5. Increase max text size - Engine Features - Developer Forum - Roblox

    Apr 28, 2024 · As a Roblox developer, it is currently too hard to render very large text, this is because the engine limits font size to 100. This is a problem when creating a large SurfaceGui, to make text render bigger, the resolution of the SurfaceGui needs to be lowered, otherwise a massive amount of padding suddenly exists in the Gui. The 100 (previously 72, i think?) limit was because Roblox used to ...

  6. How to perfectly auto-resize textlabel's and their text ... - Roblox

    Aug 18, 2024 · Let me know if someone has made this tutorial already! (Intended for text inside a Y axis only scrolling frame, although it will probably work with a normal frame.) This tutorial will teach you how to make a textlabel auto-resize itself and its text, with the final product being that the text stays the same size ratio no matter how much text you have, and no matter what device your on. Example ...

  7. How to scale text perfectly (solved) - Scripting Support - Roblox

    Mar 10, 2020 · Hey! Does anyone have an idea on how I could scale text properly in a script? TextScaled can be too large at times and constraints don’t make much sense to me. This is a really simple problem I assume but I couldn’t find any answers so I’ve decided to post it here. Example: Size 14 on PC could be Size 5 on Mobile but they’d both look the same Right now it’s way too big on mobile, is ...

  8. All About Text - Best Practices - Community Resources - Roblox

    Oct 19, 2021 · Dear developers, recently we get various reports about text rendering issues on production. While we continue to work on optimizations for general text rendering, we’d also like to give some tips for better performance that will always be applicable. Types of Text Issues Text constantly flickering When rendering text, font rasterization is …

  9. Introducing Text Scaling Setting [Studio Beta] - Roblox

    Aug 27, 2024 · What’s up developers 😎 We are BACK with a new setting for the Roblox app, Preferred Text Size, available now as a Studio Beta. Eventually, this setting will be added to both the in-experience menu settings and app settings – though while this is in beta, it is only available in-experience. Overview of Changes Under the hood, PreferredTextSize is used to scale text at the rendering level ...

  10. How do I make a dynamically sized TextLabel? - Roblox

    Jun 30, 2022 · So, I’ve been testing around with a few things inside roblox studio lately, and suddenly I’ve wondered how can you make a TextLabel that’s dynamically sized based on the size of the text string, but I’ve got no idea how I’d go on about that