Properties
Argon supports most Roblox properties, here you can learn their syntax when written in project and data files!
Property Type Support Chart
| Property Type | Example Property | CLI | Plugin | XML | Binary |
|---|---|---|---|---|---|
| Attributes | Instance.Attributes | ✅ | ✅ | ✅ | ✅ |
| Axes | ArcHandles.Axes | ✅ | ✅ | ✅ | ✅ |
| BinaryString | BinaryStringValue.Value | ✅ | ⏺️ | ✅ | ✅ |
| Bool | Part.Anchored | ✅ | ✅ | ✅ | ✅ |
| BrickColor | Part.BrickColor | ✅ | ✅ | ✅ | ✅ |
| Bytecode | N/A | ❌ | ⛔ | ❌ | ❌ |
| CFrame | Camera.CFrame | ✅ | ✅ | ✅ | ✅ |
| Color3 | Lighting.Ambient | ✅ | ✅ | ✅ | ✅ |
| Color3uint8 | Part.BrickColor | ✅ | ✅ | ✅ | ✅ |
| ColorSequence | Beam.Color | ✅ | ✅ | ✅ | ✅ |
| Content | Decal.Texture | ✅ | ✅ | ✅ | ✅ |
| Enum | Part.Shape | ✅ | ✅ | ✅ | ✅ |
| Faces | Handles.Faces | ✅ | ✅ | ✅ | ✅ |
| Float32 | Players.RespawnTime | ✅ | ✅ | ✅ | ✅ |
| Float64 | Sound.PlaybackLoudness | ✅ | ✅ | ✅ | ✅ |
| Font | TextLabel.Font | ✅ | ✅ | ✅ | ✅ |
| Int32 | Frame.ZIndex | ✅ | ✅ | ✅ | ✅ |
| Int64 | Player.UserId | ✅ | ✅ | ✅ | ✅ |
| MaterialColors | Terrain.MaterialColors | ✅ | ✅ | ✅ | ✅ |
| NumberRange | ParticleEmitter.Lifetime | ✅ | ✅ | ✅ | ✅ |
| NumberSequence | Beam.Transparency | ✅ | ✅ | ✅ | ✅ |
| OptionalCFrame | Model.WorldPivotData | ✅ | ✅ | ✅ | ✅ |
| PhysicalProperties | Part.CustomPhysicalProperties | ✅ | ✅ | ✅ | ✅ |
| ProtectedString | ModuleScript.Source | ✅ | ✅ | ✅ | ✅ |
| Ray | RayValue.Value | ✅ | ✅ | ✅ | ✅ |
| Rect | ImageButton.SliceCenter | ✅ | ✅ | ✅ |