Hey there! I made some Accessorie bagpacks for my game which I am working on, and I noticed that the Model is smaller and doesn’t look as expected once it is equiped to the player.
Expected:
How it is in game:
I used Blender to make the model, so they are mesh parts. Is there a fix to this?
With what i think you are saying your saying you dont like the way it looks on the player. I would use a animation service roblox gives to place the backpack on the [player correctly. Or you can add a script to it that rotates it a certain degress or puts it a certain degress on a player. Otherwise loooks good!
The issue is that it gets resized once I put it on a player.
I put it on a player by having the accessory in ReplicatedStorage and cloning it to the Character. I used the BodyBackAttachment to put it on the back, the orientation of everything is good, it’s just that the middle cylinder is getting smaller for some reason. Thanks for the Reply tho