|
| 31 Oct 2014 11:10 PM |
local number = math.random(1,2) local answer = myTable[number][6] local qframe = script.Parent.MainFrame.QuestionFrame local pans = {qframe.One,qframe.Two,qframe.Three,qframe.Four} qframe.Visible = true qframe.Question.Text = myTable[number][1] local one = pans[math.random(#pans)] one.Text = myTable[number][2] |
|
|
| Report Abuse |
|
|
| 31 Oct 2014 11:13 PM |
| http://www.roblox.com/Forum/ShowPost.aspx?PostID=148947432 |
|
|
| Report Abuse |
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Nov 2014 01:02 AM |
| >doesn't post the part of the script with table.remove, or what 'myTable' is |
|
|
| Report Abuse |
|