Status
In Progress
Predicts lets certain Verse code run on the client in response to player input, so effects such as VFX and SFX play immediately instead of waiting on the server.
Verse is server-authoritative. predicts lets the client run those APIs speculatively, ahead of the server, so input-driven feedback appears immediately instead of waiting for a round trip. The speculation is handled underneath and isn’t observable from Verse code, which continues to behave as though everything runs on the server.