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

GetModelCFrame for Parts?

Asked by 8 years ago

Can anyone tell me if there is a function like GetModelCFrame except used for a Part instead of Model?

1 answer

Log in to vote
2
Answered by
Discern 1007 Moderation Voter
8 years ago

You can just access a part's CFrame property by part.CFrame.

partCFrame = game.Workspace.Part.CFrame --partCFrame is now a variable for the part's CFrame.

If I helped you out, be sure to accept my answer!

0
Thanks. ISellCows 2 — 8y
Ad

Answer this question