diff --git a/Tree/Property.cs b/Tree/Property.cs index 0a75116..7835034 100644 --- a/Tree/Property.cs +++ b/Tree/Property.cs @@ -95,7 +95,7 @@ namespace RobloxFiles { typeof(NumberSequence), PropertyType.NumberSequence }, { typeof(Optional), PropertyType.OptionalCFrame }, - { typeof(ProtectedString), PropertyType.ProtectedString }, + { typeof(ProtectedString), PropertyType.String }, { typeof(PhysicalProperties), PropertyType.PhysicalProperties }, { typeof(ulong), PropertyType.SecurityCapabilities }, };