#Why does the code not print

1 messages · Page 1 of 1 (latest)

thin rivet
#

i have the script inside of the tool inside of starter pack

local tool = script.Parent

tool.Equipped:Connect(function()
print("tool equipped")
end)

tool.Unequipped:Connect(function()
print("tool unequipped")
end)

plush flicker
coarse lagoonBOT
#

studio** You are now Level 1! **studio

thin rivet