#User Imput help
1 messages · Page 1 of 1 (latest)
try using the button 1 down event directly from the mouse object
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Button1Down:Connect(function()
end)
the docs:
https://create.roblox.com/docs/reference/engine/classes/Mouse#Button1Down