#Memory leaks from equipping and unequipping tool

1 messages · Page 1 of 1 (latest)

faint charm
#

Where is the tool placed?

#

I meant script

#

In the tool itself?

foggy leaf
#

locally

#

not in the tool inside of startercharacter

faint charm
#

What

#

Wym locally

foggy leaf
#

its a local script inside of starter character

faint charm
#
    game:GetService("ContextActionService").LocalToolEquipped:Connect(function(Tool)
        if Tool.Name == "Hammer" then
            
        end
    end)
#

Just do this

#

So u dont have to do wich tool get equipped

#

Via backpack

foggy leaf
#

oh

#

lemme try this

foggy leaf
#

FIXED IT

faint charm
#

It worked?