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.