Kony
(Kony)
1
Hello guys I’ve made such a spline with random spawned objects.
I want those objects to spawn, move along the spline like a conveyor belt/threadmill and then disappear.
Do you have any ideas? Did you stumble on tutorials explainig this mechanic?
I found similar topics, but none of them solve my problem.
jerderks1
(jerderks1)
2
Hi, did you perhaps find a solution for this already? I’m looking for the same thing.
Basically I’m looking for a conveyerbelt showing 100 different objects.
You could simply add an array to store your objects with structure object data type.
and use that structure to add them to array like this in the construction script
and then you can simply move them in a spline like this