Kinemium Docs

Accessory

A customizable mesh you can place on a character.

Properties

PropertyTypeDefault
Namestring"Accessory"
AccessoryTypeEnumItemEnum.AccessoryType.Unknown
AttachmentPointstring"Head"
MeshObjectanynil
MeshScalenumber1
SizeVector3Vector3.new(1, 1, 1)
Coloranynil
Transparencynumber0
TextureIdstring""
CollisionFidelityEnumItemEnum.CollisionFidelity.Default
RenderFidelityEnumItemEnum.RenderFidelity.Automatic

Functions


instance:GetAttachment

Gets the Attachment.

Arguments

This function takes no arguments.

Returns

This function returns nothing.

instance:SetAttachmentOffset

Sets the attachment's offset

Arguments

cf: CFrame

Returns

This function returns nothing.

instance:GetAttachmentOffset

Gets the attachment's offset.

Arguments

This function takes no arguments.

Returns

This function returns nothing.

API

instance:GetAttachment()
instance:SetAttachmentOffset(cf: CFrame)
instance:GetAttachmentOffset()

On this page