local playerController = localPlayer.GetRoomPlayerController() -- ローカルプレイヤー以外では nil が返る -- 物理演算情報の取得 print("IsGrounded: "..tostring(playerController.IsGrounded()))