#Tool Equipping

1 messages · Page 1 of 1 (latest)

grand musk
#

i wanna make a system where you can only equip the tool by pressing a certain key and i cant get it to work. whatever i try, im still able to equip the tool by either clicking the toolbar gui or 1 in my keyboard (which is where the tool is located).

late field
#

you can parent the tool to the character with a script whenever that input is detected

grand musk
#

that wouldnt work out

#

im trying to make a equip system for tools the player already owns

#

@late field

worldly spade
#

Move the tool from the Backpack to somewhere it can't be auto equipped

#

like a folder in player

#

and on custom key press move it into character

late field
#

and make a viewmodel constantly update to the camera with runservice

#

so you dont have to rely on roblox annoying inventory system