Weird avatar bug

In my game, when you spawn in sometimes your avatar looks weird. Your arms and legs look smaller than usual, any reason why this is happening?

Screenshot: https://gyazo.com/c1937d7fdd35c5b0c0101181e8830b14

Iā€¦ canā€™t tell whatā€™s up without more info. Unless this happened on an empty baseplate, this is probably a a script from a free model or a feature you programmed into your game.

EDIT: Are you using a custom rig? If you are, make sure that the sizes and joint offsets are correct. If you arenā€™t, reset your avatarā€™s scale in the website and make sure there isnā€™t code that modifies your avatarā€™s scale and joint offsets.

3 Likes

Iā€™m using R15, but thereā€™s a script that modifies the avatar scales. I wanted the avatars to look a little less wide, and a little more taller. Hereā€™s the code for the avatar scaling: https://pastebin.com/Zk2S4r41

EDIT: I know the code is very sloppy itā€™s from an old project, Iā€™m planning on revamping the code soon, so itā€™s just a place holder for now.

Iā€™m not getting the same results as you are. I tested the script myself and it works fine.

If you create a new game with only this script, does it work properly? If it does, then itā€™s probably another script thatā€™s messing with your avatar.

EDIT: It may also be because the custom animations that you added to your characters are broken.

Well it doesnā€™t always happen. It happens every now and then but I just wanted to see if thereā€™s anything I can do to fix it. So, you probably didnā€™t experience the bug yourself when you ran that script.

This has been happening to me in every game that uses R15.

Itā€™s definitely an issue with R15. It started happening around the same time the spawn bugs started occuring (spawning sideways in midair).

Please provide more information. Iā€™ve tested this in several R15 games with various scales on my avatar and not seen the described behavior. A simple place that reproduces the issue would be a great help in trying to isolate what the issue might be.

Itā€™s happening in any game that I play.

It even happens in a blank baseplate.

From my understanding, itā€™s not a game-specific issue.

Glad to know itā€™s not something thatā€™s in my game. Thank you for your help :D.