Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way i can Instance.new a lot of parts with all different position?

Asked by 6 years ago

I just want to know if i can Instance.new a stair case,meaning they all have different positions. And also if i can Destroy() or Remove() more then 2 parts at the same time?

0
Create a table of the parts, then destroy the table. For the stairs, make a part and get it's position. Then add a certain amount the the xyz coordinates each time with a loop. Viking359 161 — 6y
0
And create a new part each time* Viking359 161 — 6y
0
And create a new part each time* Viking359 161 — 6y
0
for i= 1,10 do ( the 10 means how many times its repeaten) (dont touch the 1) Lolamtic 63 — 6y

Answer this question