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

How do I make a welcome GUI with a picture on it?

Asked by 10 years ago

So for a house I'm building, I thought it would be cool to add a welcome GUI, thing is I don't know exactly on how to do it. I also want it to have picture on the GUI containing the floor plan for the house on it.

3 answers

Log in to vote
0
Answered by 10 years ago

First you would obviously have to make the floor plan yourself on a paint program, a good one is Paint.NET. Upload this to ROBLOX here and then get the Asset ID of the picture.

Once you've got the asset id, you can set the Image property of an ImageLabel. Learn about GUIs here.

Use the Touched event and the Clone method.

If you are a complete noob to scripting, don't start like this yet. Check the Wiki for beginner's script tutorials.

Ad
Log in to vote
0
Answered by 10 years ago

You would use an ImageLabel. It's on basic objects, insert it into your frame. Now get the decal you want it to show, and place it on a block. Select that block, and select the decal, if you have properties open copy the ID, and paste it into the ImageLabel's ID box.

Hope I helped!

Log in to vote
0
Answered by 10 years ago

You'd put a picture frame on it?

0
That help somewhat, but I still want to know how to make the GUI its self. rockbot223 5 — 10y

Answer this question