PlayAnimation callback
GTNardy
If you want callbacks like that, you could want to use Notifies (https://docs.nanos.world/docs/next/scripting-reference/classes/character#event-animationbeginnotify) instead
as this callback would only be possible on client side
NegativeName
GTNardy: But some animations don't have notifies, if we used the nanos world default asset pack ones, for example.
I think a callback would still be very useful (client-side only or use net authority if server-side).