So i have this .InputBegan function that is supposed to only fire once but its firing twice, i tried :Disconnect() but either the function wasnt working at all or it didnt do anything
UIS.InputBegan:Connect(function(key)
if key.KeyCode == Enum.KeyCode.Return then
print("reeeeeee")
SendCommand()
end
end)
Ive looked around the forum but the solutions there didnt help