The item: Pay Phone - Roblox
Accessory Id = 9648618235
Reproduction:
- Equip the accessory.
- Use the R6 rig type.
Game tested on: Catalog Avatar Creator - Roblox
When in R15 the item appears to be the correct size.
When in R6 the item appears massive see below:
(Assuming this happens on the majority of experiences)
In the experience: Korblox & Headless Hangout
Expectation:
To be a suitable size with the R6 rig type.
Solution? :
This bug looks to be caused by the Vector3Value: “OriginalSize” existing without even being applied to the character and with the value of 5,5,5.
As with other accessories, once applied to the character, the accessory creates the “OriginalSize”.
Example Accessory:
Pay Phone:
By removing the “OriginalSize”, the accessory seems to scale properly for both rigs.
(Which when applied to the character, creates a new “OriginalSize” with the value of 1,1,1)