|
| 15 Sep 2015 02:19 PM |
I came across a problem, whenever 2 or more values are the same it chooses all the values that have the same value is there any way for it to know if more than one value is the same if so it randomly picks between them.
#code while true do the do |
|
|
| Report Abuse |
|
|
| 15 Sep 2015 02:22 PM |
Use condition lines. If those values are matched, insert those values into a table, then use math.random() to select one.
http://www.roblox.com/My/Sets.aspx?id=1409089 |
|
|
| Report Abuse |
|