Introduction
WCS is a handy framework that provides useful abstraction for your combat systems. It allows you to create any kind of combat system with ease, providing tools and covering basic and tedious stuff, like replication, skill creation, side effects, requests to server.
Getting Started
WCS is made utilizing TypeScript and compiled to luau using roblox-ts. It provides support for roblox-ts users and luau users, by providing type definitions for both languages.
But the usage may differ depending on the language you use, as some utility tools were exported specifically for luau users, the main differences are listed on this page.
TypeScript Template
If you are familiar with TypeScript, it might be worth looking at a template, made specifically for roblox-ts usage.
- Luau Template is not currently planned.