Hi there, I can’t do tool.equipped. Right now, there’s a tool in StarterPack, with a tool. Inside the tool is a local script.
local Tool = script.Parent
Tool.Equipped:Connect(function()
print("ok")
end)
It doesn’t print, any suggestions?
Hi there, I can’t do tool.equipped. Right now, there’s a tool in StarterPack, with a tool. Inside the tool is a local script.
local Tool = script.Parent
Tool.Equipped:Connect(function()
print("ok")
end)
It doesn’t print, any suggestions?
Can you send us a screenshot of where the script is located in the tool?
There’s nothing as it’s an authorisation tool to make specific players invincible.
Uncheck requires handle
It works now, thanks! Can you explain why disabling requireshandle makes the script work?
uhh because if it requires a handle and doesnt have a handle it wont work?