VehicleSeat
An object that behaves like a seat and accepts movement input from the seated player
Properties
Name | Type | Description |
---|---|---|
Player | Player | Returns the player who is seated |
Throttle | Number | Forward direction float between 1 (W key) and -1 (S key). 0 is straight. |
Steer | Number | Horizontal direction float between 1 (D key) -1 (A key). 0 is straight. |
ThrottleInt | Number | Forward direction integer between 1 (W key) and -1 (S key). 0 is straight. |
SteerInt | Number | Horizontal direction integer between 1 (D key) -1 (A key). 0 is straight. |
Inherited from Dynamic | Name Enabled Root Position Rotation LocalRotation Size Parent TextureID TextureTiling |
Functions
Name | Returns | Description |
---|
Inherited from Dynamic | SetParent Log IsA FindFirstChild FindFirstChildOfClass FindFirstParentOfClass MoveTo LocalToWorldPoint Clone GetChildren ClearChildren Destroy |
Events
Name | Description |
---|