y1p
|
  |
| Joined: 05 May 2013 |
| Total Posts: 350 |
|
|
| 08 Feb 2016 01:42 PM |
so this is what it looks like
game Workspace Value
I want the value to be somewhere 1-10 when the game runs how would i do this? |
|
|
| Report Abuse |
|
|
| 08 Feb 2016 01:43 PM |
game.Workspace.Value.Value = math.random(1, 10)
I suggest not keeping your value named 'Value' |
|
|
| Report Abuse |
|