How to save the position/orientation of a part relative to a plot?

I know how to save a part to the datastore in normal world space, but when it comes to a plot, I’m wondering how to save the part relative to the plot part, since there are multiple plots, in different places in the world, you cannot simply save it as normal because the player will not always get that plot. Any suggestions?

I was thinking of doing Part.CFrame * Plot.CFrame and this I suppose would produce a new CFrame? I am not very good with CFrame…

You will have to use ToObjectSpace() for this, please read the following article on more insight:

1 Like

Exactly what I was looking for, thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.