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
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.
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.