|
| 20 Aug 2014 06:36 PM |
text = {"y","e"} -- example
script.Parent.Text = math.random(#text)
text becomes number not string im dumb plz help |
|
|
| Report Abuse |
|
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
|
| 20 Aug 2014 06:37 PM |
| script.Parent.Text = text[math.random(1,#text)] |
|
|
| Report Abuse |
|
|
Laedere
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 23601 |
|
|
| 20 Aug 2014 06:38 PM |
| script.Parent.Text = text[math.random(#text)] |
|
|
| Report Abuse |
|
|
| |
|