#how do i make an item set movement speed?
1 messages · Page 1 of 1 (latest)
i suggest you read documentation and learn basic skript
- you aren't using the on hand item swap event correctly (https://skripthub.net/docs/?id=3009)
- to check the name of the player's tool use
if name of player's tool is ...
Skript Hub - Documentation
Called whenever a player swaps the items in their main- and offhand slots.
Works also when one or both of the slots are empty.
The event is called before the items are actually swapped,
so when you use the player's tool or player's offtool expressions,
they will return the values before the swap -
this enables you to cancel the event before anyt...
maybe set event-item's walking speed to 2
you can't set the walking speed of an item. it's an ITEM, it does not have feet.