noone334
|
  |
| Joined: 02 Aug 2011 |
| Total Posts: 2454 |
|
|
| 15 Feb 2013 02:30 PM |
It's just something I've been toying around with.
p=(math.random (1, 2)) if p == 1 then script.Parent.Position = (1, 1, 1) if p == 2 then script.Parent.Position = (2, 2, 2) |
|
|
| Report Abuse |
|
|
|
| 15 Feb 2013 02:31 PM |
Everything is right except for after you have .Position = It needs to be
Vector3.new(1,1,1) |
|
|
| Report Abuse |
|
|
noone334
|
  |
| Joined: 02 Aug 2011 |
| Total Posts: 2454 |
|
| |
|
noone334
|
  |
| Joined: 02 Aug 2011 |
| Total Posts: 2454 |
|
|
| 15 Feb 2013 02:40 PM |
Wait, you mean something like this?
script.Parent = Vector3.new(1,1,1) |
|
|
| Report Abuse |
|
|
noone334
|
  |
| Joined: 02 Aug 2011 |
| Total Posts: 2454 |
|
|
| 15 Feb 2013 02:44 PM |
Or something like this?
script.Parent.Vector3.new(1,1,1) |
|
|
| Report Abuse |
|
|
|
| 15 Feb 2013 07:18 PM |
| If you would have read it you should understand that it is script.Parent.Position = Vector3.new() |
|
|
| Report Abuse |
|
|
noone334
|
  |
| Joined: 02 Aug 2011 |
| Total Posts: 2454 |
|
|
| 15 Feb 2013 07:34 PM |
| Oh. xD Thanks for pointing that out. |
|
|
| Report Abuse |
|
|