|
| 04 Sep 2016 12:01 AM |
if AnswerGUI.Info.Text=="A place" then is not working any help?
https://www.roblox.com/BC-R-1-item?id=422869492 https://www.roblox.com/BC-R-2-item?id=422869716 https://www.roblox.com/BC-R-3-item?id=422869880 |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 12:03 AM |
AnswerGui.Info.Changed:connect(function() if AnswerGUI.Info.Text == "A place" then --your code here end
|
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 12:16 AM |
The 'if' statement is a logical statement. Not a function. It will not run unless something gets called/looped and it is within the block..
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 04 Sep 2016 12:31 AM |
print(AnswerGUI.Info.Text)
|
|
|
| Report Abuse |
|
|
|
| 04 Sep 2016 11:36 AM |
@TimeTicks why would I print it
https://www.roblox.com/BC-R-1-item?id=422869492 https://www.roblox.com/BC-R-2-item?id=422869716 https://www.roblox.com/BC-R-3-item?id=422869880 |
|
|
| Report Abuse |
|
|