diff --git a/DataTypes/CFrame.cs b/DataTypes/CFrame.cs index ca45ca2..24e79c0 100644 --- a/DataTypes/CFrame.cs +++ b/DataTypes/CFrame.cs @@ -17,7 +17,7 @@ namespace RobloxFiles.DataTypes public float Y => m24; public float Z => m34; - public Vector3 Position => new Vector3(m41, m42, m43); + public Vector3 Position => new Vector3(X, Y, Z); public CFrame Rotation => (this - Position); public Vector3 XVector => new Vector3(m11, m21, m31); diff --git a/Generated/Classes.cs b/Generated/Classes.cs index 5023c50..58570a7 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.529.1.5290370 +// Updated as of 0.530.0.5300290 using System; @@ -3772,14 +3772,6 @@ namespace RobloxFiles public bool CustomizedTeleportUI; } - public class TemporaryCageMeshProvider : Instance - { - public TemporaryCageMeshProvider() - { - IsService = true; - } - } - public class TemporaryScriptService : Instance { public TemporaryScriptService() diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 01fac85..9b981d7 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.529.1.5290370 +// Updated as of 0.530.0.5300290 namespace RobloxFiles.Enums {