I am trying to determine the visual sizing of a Roblox character with Wrapped accessories. Traditional methods like GetExtentsSize or GetBoundingBox do not work in this case, as the individual part sizes are not altered by wrapped accessories.
The goal is to determine the size of the “visual” character to remove accessories when the player equips an avatar that has advantages such as invisibility. Removing wrapped accessories entirely is not ideal, as it limits players’ ability to represent themselves.
Is there even a way to do this? Has anyone found a hacky method of finding this?
If not, we really need a way to get the visual size of a character after applying wrapped accessories, as it is particularly impactful in competitive games where characters can become fully invisible with the right combination of accessories…