Hello, i am trying to make it where a script happens either if mobile clicks a button or pc Keybind gets Hit in one script instead of 2 different scripts any help?
script.Parent.Parent["Mobile Buttons"].EquipLight.MouseButton1Click:Connect(function()
Plr:GetMouse().KeyDown:Connect(function(f)
if f == "f" then
im using keydown because it works better for what im using