Can anyone tell me if there is a function like GetModelCFrame except used for a Part instead of Model?
GetModelCFrame
Part
Model
You can just access a part's CFrame property by part.CFrame.
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!