hi60
|
  |
| Joined: 21 Nov 2009 |
| Total Posts: 5 |
|
| |
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 23 Jun 2012 09:57 PM |
| Block.Position = Block.Position +Vector3.new(0,0,0) |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Jun 2012 09:59 PM |
| Workspace.BlockName.Size = Vector3.new(x,y,z) |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2012 09:59 PM |
workspace.PartName.Size = Vector3.new(xAxis, yAxis, zAxis)
Every Part class has a .Size property. That property is a Vector3 value, which you can read up on here: wiki.roblox.com/index.php/Vector3.
Hope this helped!
~ A monkey ~ |
|
|
| Report Abuse |
|
|