|
| 07 Dec 2014 03:02 PM |
script.Parent.FocusLost:connect(function() script.Parent.Parent.Parent.game.holder.businessname_label.Text = script.Parent.Text; script.Parent.Parent:Destroy() script.Parent.game.holder.Visible = true script.Parent.Visible = false end) script.Parent.Changed:connect(function() if string.len(script.Parent.Text) > 12 then script.Parent.Text = string.sub(script.Parent.Text,1,12) end end)
not working |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2014 03:03 PM |
| It is suppose to change the text of a label and make a gui visible when the player types in the text and finishes, the gui with the label is not visible and when it is visible it works but their might be an error somewhere. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
BallaBoss
|
  |
| Joined: 03 Oct 2008 |
| Total Posts: 241 |
|
|
| 07 Dec 2014 06:10 PM |
| First, explain what it's for and what the parents are. Thanks |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 08 Dec 2014 02:13 PM |
| I don't have any idea what this is. If you told us some info about it then we could help. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|