#Abilities on press of keybind/number
1 messages · Page 1 of 1 (latest)
These are many questions so I'll start with this
-
You can make "Tools" with out roblox tools system. there is no requirment for you to use roblox tools in any game.
-
for Tools themselves roblox tools that ass there are inbuildt RBX signlas.
Documentation: https://create.roblox.com/docs/reference/engine/classes/Tool -
As for if they used tools or not, no idea. Probably not though.
what i mean is a tool that uses its effects when its pressed rather than clicked
well probably custom inventory or something in the line of tool.Equipped:Connect(function()
Just use tool.Equipped or if you want custom just use ui and userinputservice
Wdym pressed? Like if it is equipped and you press a key?
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
He means something like tsb where clicking on any tool will activate it and a cooldown ui covers the tool