|
| 14 Sep 2013 02:11 AM |
Map = game.Workspace.Maps:GetChildren()
Map2 = game.Workspace.Maps:GetChildren()
for _ = 1, 15 do print(Map2[math.random(#Map2)]) -- It's working with print wait(.5) end
for _ = 1, 15 do x = Instance.new("Message",workspace) x.Text = (Map[math.random(#Map)]) -- Not working with TextMessage wait(.5) end
|
|
|
| Report Abuse |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
| |
|
| 14 Sep 2013 02:21 AM |
| How do I get the last randomized number once its done? |
|
|
| Report Abuse |
|