How do I spawn same object but change its properties but only of the spawn object and not the already existing object?
Every x seconds
-- Object Spawn Object
PickLastCreated
-- Object Set Object Height 200
it changes both objects. What am I doing wrong?