SeatPart
A seat that can be occupied by a player.
Properties
| Property | Type | Default |
|---|---|---|
Disabled | boolean | false |
Occupant | any | nil |
Name | string | "Seat" |
IsSeat | boolean | true |
Functions
syncFromCFrame
Arguments
cfReturns
This function returns nothing.
syncFromPosition
Arguments
positionReturns
This function returns nothing.
instance.ApplyImpulse
Applies a physics impulse to the object.
Arguments
self: table, v: Vector3Returns
This function returns nothing.
API
instance:syncFromCFrame(cf)
instance:syncFromPosition(position)
instance:ApplyImpulse(self: table, v: Vector3)