So I have a hard time with coding, like I know the words, I just don't know the structure. If someone could help me structure this better I would appreciate it.
script.Parent.Selected:connect(function(k) m.KeyDown:connect(function(k) print(k) if k=="q" then local tool=script.parent tool.Equipped:connect(function(KeyDown) m.KeyDown:connect(function(k) end) end) end) end) script.Parent.Selected:connect(function() end)