You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with a parameter type of the Humanoid.Seated Signal.
The currentSeatPart parameter is marked as type Seat | VehicleSeat even so it could also be of type undefined if the active
parameter is false.
If the character is sitting down, the active parameter will be true and currentSeatPart will be the seat they are currently sitting in.
If the character got up from a seat, the active parameter will be false and currentSeatPart will be nil.
The text was updated successfully, but these errors were encountered:
There is an issue with a parameter type of the
Humanoid.Seated
Signal.The
currentSeatPart
parameter is marked as typeSeat | VehicleSeat
even so it could also be of typeundefined
if theactive
parameter is false.
https://developer.roblox.com/en-us/api-reference/event/Humanoid/Seated
The text was updated successfully, but these errors were encountered: