How can i make my game less laggy?

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.