RigidbodyIsSleepingOn this pageRigidbody.IsSleeping() Is the rigidbody sleeping? Returns: typeDescriptionbooleanIs the rigidbody sleeping? Usage ---@type Rigidbodylocal rigidbody;local val0 = rigidbody.IsSleeping()