#How do i add cooldowns to tool equips

1 messages · Page 1 of 1 (latest)

crisp yarrow
#

how do i add a cooldown to equiping a tool without disabling the inventory gui temporarily? ive looked in devforum and here and none seem to work.

sharp river
#

as in stopping the player from equipping any tools for the next few seconds

#

just store some bool and if its true than insta deequip any item thats equipped for a bit

crisp yarrow
#

is there no other way though? @sharp river

sharp river
#

Can't think of much unless you manage to stop the input from actually doing the equip on roblox's side

crisp yarrow
fringe arch
crisp yarrow
#

would i need to stop using tools?

#

or would it be more like turning off roblox’s hotbar gui and then making my own over it

crisp yarrow
# fringe arch ^

oooh is that how like combat games get away with having a weapon held and still being able to use abilities in the hotbar

distant lanceBOT
#

studio** You are now Level 1! **studio

fringe arch
#

but pretty sure based on how it was phrased

crisp yarrow
#

is that how they code that? custom backpack system?