Hello fellow scripters, I hope you are having a great day! While scripting my 2D Platformer game, I have encountered an issue with detecting player steps. At the present time, I am using a touched event to detect player footsteps. The problem is that this is not very accurate and that it causes issues later hand. The normal solution would be using "GetMarkerReachedSignal", but I want players to be able to use the animations that they have bought in the game rather than a custom animation that is used while playing. I have scavenged Roblox Wiki Pages and multiple Dev Forum pages for days, but I wasn't able to find a concept for this.
I don't need the whole code but just a concept or a Roblox wiki site that could somewhat help me. If you could help in any way or form, I would really appreciate it. Thank you!
Hi Sprinkled,
Check out more info about animationTracks here.
Thanks,
Best regards,
IdealistDeveloper