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

How do you copy a brick and place it somewhere else? (CLOSED)

Asked by 9 years ago

How do you copy a brick and place it somewhere else? I'm building a game that has to clone a brick and put it in the position (-33, 6.59, -35). How do you write out a function that will clone the Brick and place it in that position? Let me know. Thanks.

1
Use the "Clone()" method. Use "Vector3.new()" as well to place the position. Necrorave 560 — 9y
0
Its telling me that Vector3.new() isn't a valid member. notes4u99 65 — 9y
0
Nvm notes4u99 65 — 9y

Answer this question