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.
Decrease the PixelsPerStud property found in the SurfaceGui.
Unfortunately, that doesn’t seem to do anything for me
Increase the size of the part your SurfaceGui is on.
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
.
This might be completely unnecessary, but it is worth a shot.
The part is already large, as it is a runway.
I don’t see a canvassize property
Change it to SizingMode to FixedSize first.
Can you take a screenshot of what it looks like?
Oh, it seems to work! Thank you.
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.
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.