Usually you have to press a number on your keyboard to equip a tool but I want it so that I always have a tool I my hand just like in arsenal. I also want to be able to cycle through the tools by pressing Q. How might I do this?
ScriptingHelpers isn't a request site, but I can point you in the right direction with some things you can review.
'I want it so that I always have a tool I my hand just like in arsenal'
Welding could be used in this case to make the tool's parts effectively 'stick' to the player's arms, so you could make it look like the tool is constantly in your hand
' I also want to be able to cycle through the tools by pressing Q. '
UserInputService is useful here, as it can detect when a player presses something on their keyboard. For a more mobile-friendly approach, you could use Context Action Service to create a mobile button if the user is on mobile.
Closed as Not Constructive by BestCreativeBoy and Gey4Jesus69
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?