#Help

18 messages · Page 1 of 1 (latest)

rich forum
#

I want to make so that the player can ONLY activate mouse.button1down when he is equipping the pickaxe and not when he has equipped before

stiff bluff
#

OH

#

i see,

#

use pickaxe.Activated

rich forum
#

wait I will try

stiff bluff
#

Pickaxe.Activated:Connect(function()
end)

rich forum
#

thanks, that worked upvote

mental escarp
#

And do

#

if Pickaxe and Pickaxe.Equipped then

#

U can execute the function

stiff bluff
mental escarp
#

Nope it’s the best since activate will only activate things while equipped can do more

stiff bluff
#

Also,

#

Equipped will run every time its done, and create a new clicked event every time, meaning your code will run more than one time which is bad for processing and could seriously mess up your game

stiff bluff