Basically, over the span of ~10 minutes the framerate can go from 240 to 15fps in my game. It doesn’t happen fast, it’s barely noticeable until it gets really bad. Therefore I am wondering what could cause frame drop over time rather than spikes or constant. Thanks.
1 Like
hmm.
i’ve had times where i had a RunService event printing something, and framerate gets very low after some time.
is there something in your game similar to this regarding RunService or some other type of loop?
1 Like
This does sound reasonable and I will have a look if I can find anything like that, and mark you as solution if I find that to have been the cause for this. Thanks.
go through your scripts and make sure that any connections that are made are disconnected when they are no longer in use