#tool.Activated:Connect(function() working even if tool.enabled = false.
15 messages · Page 1 of 1 (latest)
show your code, and give more information on whats going on
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
i cant help you unless you show me your code
One message removed from a suspended account.
why handle this on the server?
all this could easily be handled on the client end
tool.Activated:Connect(function()
if gui.Visible then
--Do nothing
else
--Handle the activated
end
end)
is the properties what's the value of 'requireshandle'
that's assuming you dont have a handle
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.