Why does my preview lag

I have an event where I create an object at a particular time.But the moment it is created the preview starts lagging crazy!!
What should I do please help!!!

Check if the event is with the condition “trigger once”. Maybe it are being repeated forever, causing the lag.

1 Like

I agree with mctusk. You might need a trigger once and/or a reset/restart timer

Can you post a screenshot of your relevant events.

You’re probably creating an infinite number of objects rather than one, as intended.

So, if your event is set to:

timer > 10, that doesn’t mean that you’ll get a single object after 10 seconds.

It means that after 10 seconds, an infinite amount of objects will be spawned.