You made that game a day before I joined Roblox
1 Like
I think I might have mixed up the order you need to multiply the CFrames in, sorry!
Maybe try these versions?
local CFramePosition = TycoonValue.Value.TycoonBaseplate.CFrame * CFrame.new(unpack(v.Position))
local SavingCF = {(TycoonValue.Value.TycoonBaseplate.CFrame:Inverse() * v.PrimaryPart.CFrame):components()}
5 Likes
This seemed to work! Thank you very much, don’t be sorry as its not your fault (I should’ve checked)