Added
- Added the
setEquipHandlerAPI callback allowing developers to intercept tool equipping/unequipping and route it through their own server-side network/replication layer (providing compatibility for Server-Authoritative games).
Changed
- Refactored input bindings to use
ContextActionService(CAS) instead of Roblox's newInputContext/InputActionsystem (IAS), resolving server authority replication errors. - Simplified theme configuration definitions by removing the state getter from theme properties.
Full Changelog: v0.1.4...v0.1.5