Hey Devs, I experienced a lot of lag in my games is there a way that can easily help me fix that?
Game Link: 🌈 Escape Rainbow Parkour - Roblox
Hey Devs, I experienced a lot of lag in my games is there a way that can easily help me fix that?
Game Link: 🌈 Escape Rainbow Parkour - Roblox
you’ll need to make your scripts more performant. use script performance and check what scripts are impacting performance anywhere from 2-3%+. then benchmark the functions in those scripts. and you now have a more specific issue to report to the devforum.
here’s a benchmarking function by colbert:
make sure you disconnect functions after you don’t need them as well.