Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I project a GUI on a brick?

Asked by 10 years ago

I would like to know how to view a GUI on one face of a brick, but I'm not sure how to do so.

Any help? It would be much appreciated!

1 answer

Log in to vote
0
Answered by 10 years ago

Simply use a SurfaceGui

To make the GUI simply select the brick, add the SurfaceGui, from there add a Frame, then change what side you want it to be on, using the SurfaceGui's properties. From there you can design your GUI. If this is not what you are asking for, please comment on what else you want to know!

0
I added a SurfaceGui to the brick and selected the face. I added a TextBox to the SurfaceGui and added text but nothing appeared? I am very new to GUI's , so sorry if this question is "nooby," but.. how would I add text? DrCylonide 158 — 10y
0
You may need to change what face it is on. or did you already do that? Tempestatem 884 — 10y
0
I did DrCylonide 158 — 10y
0
So you looked at all sides to see if it is on any of them? Hm. Try adding just a frame then see what it looks like Tempestatem 884 — 10y
View all comments (2 more)
0
I got it to work, but the textbox is very small on the brick. How do I know the ratio of canvas size to brick size? DrCylonide 158 — 10y
0
It will tell you on the SurfaceGui. Im fairly certain its either 800x600 or vice versa. But you can make it bigger than that, just make the background transparency 0 then resize to however you want it Tempestatem 884 — 10y
Ad

Answer this question