Skip to content

Box

TBA

Box = {
-- Attributes
BoxId: std.Attribute<std.Attribute<string?>>,
BoxSpawnBehavior: std.Attribute<std.Attribute<string?>>,
-- API
idToBox: std.MapSet<string, BasePart>,
}
Box.BoxId: std.Attribute<std.Attribute<string?>>

TBA

Box.BoxSpawnBehavior: std.Attribute<std.Attribute<string?>>

TBA

Box.idToBox: std.MapSet<string, BasePart>

TBA