Help With a Lag Related issue (R15)

Hello,

I have a game in which the player can scale their R15 Humanoid proportions to 255 and below. However around this range, all the things the player does become extremely laggy (Sitting down, Teleporting, etc…).

I’m curious as to whether or not there is anything I can do to reduce this lag?

Link to the game, i would like to see what you are talking about.

I’m not positive on this, but I’m pretty sure that the default roblox “Animate” script will adjust the speed at which animations play depending on the size of the avatar. So, as the avatar becomes larger, the script plays animations slower.

In order to bypass this you would need to copy the Animate script, put it into StarterCharacterScripts, and edit it to not adjust the animation playback speed depending on size.

Hope this helps