About This File
This resource lets players choose their walking style. Selected walking style is synced to other players.
Installing
- Put the files you downloaded in their respective places
- Download & install BasicMenu or NativeUI if you haven't yet, this script needs it
- Add require('walkingstyles') to client_packages/index.js
- All done
Controls
F5 Key - Show/hide walking style menu.
Adding/Removing Walking Styles
You can add/remove walking styles by changing walkingStyles array inside packages/walkingstyles/index.js, make sure your AnimSet is valid!
What's New in Version 1.0.1 See changelog
Released
- Replaced entityDataChange with addEventHandler.
- Removed the basicmenu version since it is no longer supported.