|
| 16 Jul 2011 05:20 PM |
Ok, I need help on creating GUI's. Well I know how to put them in and edit them and everything, but I have two problems.
1.) I "played" my place, and when i clicked on the GUI, i noticed i could type in it, and anybody else could also.
2.) I tried to make a "Close" button for a GUI, but it didnt work, so i had to delete it.
If anybody can help me with these problems, PLEASE reply! |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2011 05:23 PM |
1. You used a TextBox. It's rather self-explanatory. 2. Put this in your TextButton or ImageButton as a script:
whatToRemove=script.Parent.Parent script.Parent.MouseButton1Down:connect(function() whatToRemove:remove() end)
-My hand is a dolphin |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2011 05:55 PM |
| @megamatrix XD is it really a dolphin i think not |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2011 05:58 PM |
Yeaaah.
-My hand is a dolphin |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2011 11:21 AM |
| Thanks, and also sorry about the stuff on the talking brick, but I made a talking brick using my technique :P |
|
|
| Report Abuse |
|
|