Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How To Make A Beat-Them-Up Combo System?

Asked by 7 years ago

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.

1 answer

Log in to vote
0
Answered by
blowup999 659 Moderation Voter
7 years ago

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.

Ad

Answer this question