# Cancelling Custom Equipment Animation

## Cancelling Custom Equipment Animation

The Lower Player Weapon node can be used to cancel equipment animations.

This can also be achieved by modifying the equipment in a player's inventory using scripts, specifically by taking the equipment away from the player, or by replacing it with other equipment. However, this method is not recommended because it is often unreliable and can result in a jarring experience for the player. When the server and the client are not in sync, there is also usually a severe animation stutter, which is not desirable. You can experience both of these things when playing Escalation Slayer, for instance.

Moreover, cancelling the animation of custom equipment also stops the effect of the equipment if it wasn't instantaneous. For example, if the cancellation happens before Thruster distance is completed, it will be cut off, and the grappleshot will disconnect from surfaces.

In conclusion, while cancelling custom equipment animation is possible, it is important to use reliable methods to ensure a seamless and uninterrupted gaming experience for the player.

**Contributors**

Captain Punch


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/equipment/cancelling-custom-equipment-animation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
