Creating a knife system similar to KAT

Hello, I want to make a knife system similar to the game KAT, but I’m not sure where to start.

KAT has a normal swing or stab or whatever you want to call it, and a throwing mechanic whenever you hold down left click for a little.

I’m just looking for guidance on how to start with something like this.

UserInputService has a method called IsKeyDown, needs the KeyCode returns a boolean. You can setup a loop with an InputBegan Event

1 Like