I have a tool and it works when I left-click on PC, but it doesn’t work when I click on iPad. Kind of new to the multi-platform thing.
tool.Equipped:Connect(function()
if input.UserInputType = Enum.UserInputType.MouseButton1 then
-- tool stuff here
end
end)