|
| 06 Dec 2013 10:32 PM |
for i = 1,9 do p = Instance.new("Part",game.Workspace) p.Size = Vector3.new(2,1,4) p.TopSurface = "Smooth" p.BottomSurface = "Smooth" a = Instance.new("RocketPropulsion") a.Target = t a.Parent = p end
The rocketprplsion only goes into 1 of the brick, how can I get it to go into all of it?
~+CClone+~ |
|
|
| Report Abuse |
|
| |
| |