I am wanting to create a DMC, Bayonetta like game. I need help on this script that would allow certain keys activated in a certain way to create something(Part for now,) after the combo.
Sorry if I am asking to much I am new to the ideal concept of coding and would like some tips to help me start on this project. Already have all the animations.
To tell when certain keys are pressed I would google around UserInputService.InputBegan Once you know what keys are pressed you can add them to a table with the time they were pressed and if within a certain time period a certain combo is pressed it can play the animations.