I want to spawn an object every time a player touches a platform. However, when I touch the platform, the object keeps spawning multiple times. How do I make it so that the object only spawns once?
Player > Is overlapping Platform > Create object
Develop games in your browser. Powerful, performant & highly capable.
add a system trigger once condition
Thanks. Worked!