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

How do I change Position to CFrame?

Asked by 10 years ago

I just want to know what command can CFrame a Brick based of a Part's Position

1 answer

Log in to vote
0
Answered by 10 years ago
part = Workspace.Part
part.CFrame = CFrame.new(10,10,10)

This teleports a part in workspace to 10,10,10

0
No, I meant something like Part.CFrame = CFrame.new(Part2.Position) randomsmileyface 375 — 10y
0
part.CFrame = CFrame.new(Part2.CFrame) tkddude2 75 — 10y
Ad

Answer this question