#tycoon items not spawning on plot

1 messages · Page 1 of 1 (latest)

lunar ledge
#

making a tycoon and used terrain editor and put my plots on there but my items spawn below in the terrain I linked the code I wrote for the items. whats wrong?

noble cradleBOT
#

studio** You are now Level 4! **studio

haughty falcon
#

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

lunar ledge
#

thanks ill give it a go but do i only do it to the pivotTo cause that would only be for models

haughty falcon
#

both returns a CFrame just different ways of setting it

#

so itemclone.CFrame = ... works

lunar ledge
#

ahhh right thanks ill give it a go ill lyk how it goes