I’m trying to make a spawner for instancing for every click with my mouse. Which I managed to do. My main thing is to make each instance’s z value go to -100 when spawned but I’m having a hard time getting the right setup. If someone can help
Event CHOP would make this very easy, I’d probably try that out if asked to do this as I don’t have your file to see where you are currently at. Check out the Event CHOP’s OP Snippets - the ‘multiple types’ example might be interesting to you.
Event CHOP does create values (instances) with a ‘lifetime’ which might not be what you want. You could use very high values here or use the Callbacks DAT to have the Event CHOP create your instances tho if you are doing scripts then you don’t really need the Event CHOP at all.
Thank you very much, it worked!