Duplicating Creative Props

I was wondering if there was a way to duplicate creative props and move them. I want to be able to create an instance of a prop and move it. Is this possible?

I didn’t realize you could get the creative_prop from the creative_prop_asset using SpawnProp, fixed!

Good tip! Thanks for following up

how do you get the creative_prop from spawnprop

                NTuple := SpawnProp(Prop)
                if (NewProp:= NTuple(0)?):
                    NewProp.Destroy()
1 Like

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