|
| 24 Jul 2012 03:16 PM |
Would I just make a GUI frame, then set transparency to 1. Make it say
function OnClicked()
script.Parent.BackgroundTransparency = "0"
end
? |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2012 03:19 PM |
| script.Parent.Visible = false |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2012 04:00 PM |
script.Parent.MouseButton1Down:connect(onClicked)
~This sig is false~ |
|
|
| Report Abuse |
|
|
| |
|