How To Get All Accessory's Sizes & Handle Sizes

Hi!

I was wondering how i can find a list of every single Accessory’s Vector3 Sizes and their respective Handle Vector3 Part Sizes.

The reason why is because I want to check to ensure that only certain sizes of such stuff is permitted (like only accessories with Handle sizes Vector3.new(2,2,2) and lower but exclude bigger sizes).

There’s many accessories out there and I wouldn’t want to create a system that may inadvertently delete accessories whose handle parts are outside the range that I’m not presently able to make (because I don’t know the maximum size that an accessory’s handle can be).

2 Likes