jknite
|
  |
| Joined: 30 Nov 2007 |
| Total Posts: 614 |
|
|
| 02 Jan 2013 07:18 PM |
I have prior GUI knowledge and it baffles why this doesnt work.
TextIn = script.Parent.InterviewPerson.TextIn Interviewee = game.Workspace.TalkShow.Interviewee Host = game.Workspace.TalkShow.Host function NameIn() Interviewee.Value = TextIn.Text Host.Value = script.Parent.Parent.Parent.Parent.Name end
script.Parent.InterviewPerson.TextButton.MouseButton1Click:connect(NameIn)
--[[ As you can see, this is supposed to make the values of two string values in the model TalkShow be the Text of a value and the button presser. I would post an error, but nothing appears in the output. ]]--
|
|
|
| Report Abuse |
|
|
jknite
|
  |
| Joined: 30 Nov 2007 |
| Total Posts: 614 |
|
|
| 02 Jan 2013 07:47 PM |
| I really could use help to find the issue, is it a problem that it is a StringValue? |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2013 07:48 PM |
| Interviewee.Value = tostring(TextIn.Text) <-- Maybe try that? |
|
|
| Report Abuse |
|
|
jknite
|
  |
| Joined: 30 Nov 2007 |
| Total Posts: 614 |
|
| |
|
jknite
|
  |
| Joined: 30 Nov 2007 |
| Total Posts: 614 |
|
|
| 02 Jan 2013 07:58 PM |
OMFG, total failure on my part, I editted the StarterGui's script and not my Player's Gui. Your fix did work, thanks! -Jknite |
|
|
| Report Abuse |
|
|