#tycoon items not spawning on plot
1 messages · Page 1 of 1 (latest)
** You are now Level 4! **
when you do :ToObjectSpace it applies it relative to items relative space, so the item is <0, 0, 0>. so your RICFrame will effectivly be an offset rather from your plot
itemclone:PivotTo(plot.CFrame * RICFrame)
RICFrame being ur offset
idk in the end its kinda a awkward way of doing things, but whatever
thanks ill give it a go but do i only do it to the pivotTo cause that would only be for models
both returns a CFrame just different ways of setting it
so itemclone.CFrame = ... works
ahhh right thanks ill give it a go ill lyk how it goes