Getting Property type?

  1. What do you want to achieve?
    I want to get the Propertie type of a Propertie like bool or number

  2. What is the issue?
    I have searched long but didn’t found anything.

Say you have a Part
And you want to know what type the ‘Size’ property is
You’d do this

local propertytype = typeof(part.Size)

typeof