Query.is_jumping is local and un-observable by other clients
Partner Rank: 2
Partner Team Reporting: Gamemode One
Verification builds: 1.21.51
Summary:
Query.is_jumping is local and un-observable by other clients, meaning that if an animation is played utilizing this query other clients will not observe the animation.
Impact:
Players in multiplayer are unable to see a jump animation since the query does not return for other players.
Repro Steps:
- Apply `isJumping` mcPack
- Join a multiplayer session
- Open the ImGui animation editor
- View local player variables
- Jump as the local player
- Observe that v.is_jumping returns true
- Select the other player `via ctrl+click`
- Observe their v.is_jumping
- Ask them to jump
- Observe that the v.is_jumping remains zero
Observed Results:
Query.is_jumping returns zero on non-local players
Expected Results:
Query.is_jumping should return true for non-local players
Screenshots/Videos attached: Yes
Regression Builds: Unknown
Notes: N/A