SeatPart.Sit does not relay errors to pcalls

When you use Sit, theres a chance a seat is occupied. The graceful way to check for this is obviously is to check the occupant, however, some code I’ve written relied on the assumption that the error is caught and handled by a pcall, apparently it isn’t.

image

Expected behavior

Errors passed from Sit to pass down to a pcall

5 Likes