I want make a custom callback for OnPlayerChangeAnim. I just want to know how I would go about doing that. So when someone starts to shoot, it places text above then says %s is shooting. Any help is appreciated
Use the OnPlayerUpdate example and adjust to your needs. Though your custom callback will be called A LOT. There is an animation change when you start to walk, start to run, start to sprint, enter a car, etc, etc, etc.