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

How would I make a part be in the centre of another via script?

Asked by 4 years ago

I would like to create a part in the centre of another using a script. Can anybody explain to me what I would need to do?

0
part.Position = Vector3 new(party.Position) NIMI5Q -2 — 4y
0
@NIMI5Q part.Position is a Vector3. Vector3.new takes 3 numbers, not a Vector3. OP, when you 'make a part', set its position to the other part's position using the Position property. https://developer.roblox.com/api-reference/property/BasePart/Position pidgey 548 — 4y

Answer this question