#keybinds overlapping
1 messages · Page 1 of 1 (latest)
i tried making a system similar to debounce but it didnt work and im not sure how to fix it
trying to do an if when the animation started
if animation.Played()
idrk so yea
and you can make a debounce if that works
didhnt work
these are the scripts that overlap with each other when i press both of their keybinds at the same time
cant you change the
keybind
cuz when i work in my ui
i use debounce
so it doesnt overlap when someone press another button
yeah the keybinds are different for both scripts the only issue is taht when i press both keybinds itll play both at the same time when i only want it to play one at a time
oh i know a solution
make a thing
local active = false
if active = true then
try to disable the script cuz idk how xd
thats the same as the "local endlag = false" that i made
** You are now Level 4! **
and it would disable the other script itself because its checking for if its true or not
^
its one big function for each