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

Move a part inside another

Asked by 10 years ago

I want to move one part inside of another with a script, but changing the bricks position puts it on top. How can I do this?

2 answers

Log in to vote
4
Answered by 10 years ago

You might want to use the Cframe method.

Workspace.Part.CFrame = CFrame.new(0, 50, 0)
0
Thanks! It worked. larson5511 20 — 10y
0
How do I accept it? There is no button. larson5511 20 — 10y
0
Not quite sure. I never asked a question yet. YasuYoshida 171 — 10y
Ad
Log in to vote
-1
Answered by 10 years ago

Use C frame and lower the brick into the desired area.

Answer this question