What do you think is causing the lag in my game?

You probably have a memory leak somewhere. Go check some of your scripts and make sure you’re disconnecting functions properly.

Also check under the Scripts tab in that window, to see if any scripts are using excessive amounts of processing time.

1 Like

Yeah, go to the scripts tab and if the first number on one of the rows is above 10, then you’ve got an issue. Also, if you swear certain scripts don’t run at certain times yet they’re active, that’s a memory leak too.

I always disconnect all my functions!