#Abilities on press of keybind/number

1 messages · Page 1 of 1 (latest)

agile ginkgo
#

Systems like TSB, Forsaken, and blue lock rivals all have abilities that i think extend outside of tools but im not sure, if they dont, do they use a custom inventory and also how do i get the tools to activate on selection?

sinful monolith
#

These are many questions so I'll start with this

  1. You can make "Tools" with out roblox tools system. there is no requirment for you to use roblox tools in any game.

  2. for Tools themselves roblox tools that ass there are inbuildt RBX signlas.
    Documentation: https://create.roblox.com/docs/reference/engine/classes/Tool

  3. As for if they used tools or not, no idea. Probably not though.

agile ginkgo
nocturne grail
#

well probably custom inventory or something in the line of tool.Equipped:Connect(function()

ionic bison
#

Just use tool.Equipped or if you want custom just use ui and userinputservice

dreamy grotto
#

If yes then check if tool is equipped then use the user input service to check if the button was pressed with InputBegan and InputEnded then do your stuff when input began

nocturne grail
#

He means something like tsb where clicking on any tool will activate it and a cooldown ui covers the tool