How do I make text over 100 font size in a surfacegui?

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.

3 Likes

Decrease the PixelsPerStud property found in the SurfaceGui.

6 Likes

Unfortunately, that doesn’t seem to do anything for me

1 Like

Increase the size of the part your SurfaceGui is on.

1 Like

Try making another part that is transparent and more huger than the marking. Turn CanCollide off, then change the SizingMode to FixedSize and change the CanvasSize to 800,600.

image

This might be completely unnecessary, but it is worth a shot.

7 Likes

The part is already large, as it is a runway.

1 Like

I don’t see a canvassize property

1 Like

Change it to SizingMode to FixedSize first.

Can you take a screenshot of what it looks like?

1 Like

Oh, it seems to work! Thank you.

1 Like

Can I have it right inside the runway or would that cause z fighting?

Can you send a picture of the runway?

If it’s transparent then it won’t cause any Z fighting.


Will the number have z fighting tho?

No, it won’t cause any Z fighting since it is a GUI object and not a part just like the runway.

Thank you. This will do perfectly. I could also make lines using blank text boxes.


Hey so I finished it, and here’s the final product!

3 Likes