#Why does the code not print
1 messages · Page 1 of 1 (latest)
Send pic of workspace
does your tool have a Handle? if not, disable RequiresHandle in the tool properties
** You are now Level 1! **
Like this?
Ohh that fixed it
1 messages · Page 1 of 1 (latest)
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)
Send pic of workspace
does your tool have a Handle? if not, disable RequiresHandle in the tool properties
** You are now Level 1! **
Like this?
Ohh that fixed it