diff --git a/Generated/Classes.cs b/Generated/Classes.cs index 7dfe4a3..ed5fb0b 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.498.0.4980398 +// Updated as of 0.501.0.5010363 using System; @@ -726,6 +726,10 @@ namespace RobloxFiles public VelocityConstraintMode VelocityConstraintMode = VelocityConstraintMode.Vector; } + public class Plane : Constraint + { + } + public class RodConstraint : Constraint { public float Length = 5; @@ -1784,6 +1788,16 @@ namespace RobloxFiles } } + public class Highlight : Instance + { + public HighlightDepthMode DepthMode = HighlightDepthMode.AlwaysOnTop; + public bool Enabled = true; + public Color3 FillColor = new Color3(1, 0, 0); + public float FillTransparency = 0.5f; + public Color3 OutlineColor = new Color3(1, 1, 1); + public float OutlineTransparency; + } + public class HttpRbxApiService : Instance { public HttpRbxApiService() @@ -2287,14 +2301,6 @@ namespace RobloxFiles } } - public class NewVoiceChatService : Instance - { - public NewVoiceChatService() - { - IsService = true; - } - } - public class NoCollisionConstraint : Instance { public bool Enabled = true; @@ -2393,7 +2399,6 @@ namespace RobloxFiles public bool Locked; public bool Massless; public Material Material = Material.Plastic; - public MaterialVariant MaterialVariant; public CFrame PivotOffset = new CFrame(); public Vector3 Position @@ -2891,6 +2896,14 @@ namespace RobloxFiles public float Spread = 1; } + public class ProcessInstancePhysicsService : Instance + { + public ProcessInstancePhysicsService() + { + IsService = true; + } + } + public class ProximityPrompt : Instance { public string ActionText = "Interact"; @@ -3080,6 +3093,14 @@ namespace RobloxFiles } } + public class ScriptChangeService : Instance + { + public ScriptChangeService() + { + IsService = true; + } + } + public class ScriptContext : Instance { public ScriptContext() @@ -3411,7 +3432,6 @@ namespace RobloxFiles public NumberRange GameSettingsScaleRangeWidth = new NumberRange(0.7f, 1); public float HealthDisplayDistance = 100; public bool LoadCharacterAppearance = true; - public LoadCharacterLayeredClothing LoadCharacterLayeredClothing = LoadCharacterLayeredClothing.Default; public float NameDisplayDistance = 100; public bool UserEmotesEnabled = true; } @@ -3432,6 +3452,14 @@ namespace RobloxFiles } } + public class StudioAssetService : Instance + { + public StudioAssetService() + { + IsService = true; + } + } + public class StudioData : Instance { public StudioData() @@ -3559,10 +3587,6 @@ namespace RobloxFiles } } - public class TextSource : Instance - { - } - public class TimerService : Instance { public TimerService() @@ -3579,6 +3603,14 @@ namespace RobloxFiles } } + public class ToolboxService : Instance + { + public ToolboxService() + { + IsService = true; + } + } + public class TouchInputService : Instance { public TouchInputService() @@ -3760,7 +3792,7 @@ namespace RobloxFiles IsService = true; } - public string CachedData = "{\"lastKnownPublishRequest\":0,\"users\":[],\"lastSaveTime\":0}"; + public string CachedData = "{\"lastSaveTime\":0,\"users\":[],\"lastKnownPublishRequest\":0}"; } public class UserInputService : Instance @@ -3926,6 +3958,14 @@ namespace RobloxFiles } } + public class VoiceChatInternal : Instance + { + public VoiceChatInternal() + { + IsService = true; + } + } + public class VoiceChatService : Instance { public VoiceChatService() diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 881e6c6..1e5162a 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.498.0.4980398 +// Updated as of 0.501.0.5010363 namespace RobloxFiles.Enums { @@ -377,6 +377,12 @@ namespace RobloxFiles.Enums Movement } + public enum HighlightDepthMode + { + AlwaysOnTop, + Default + } + public enum HorizontalAlignment { Center, @@ -717,13 +723,6 @@ namespace RobloxFiles.Enums Miter } - public enum LoadCharacterLayeredClothing - { - Default, - Disabled, - Enabled - } - public enum Material { Plastic = 256, diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index d4d9541..711c650 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ