What is the KeyCode property for Left Click? I can't seem to find it or its name
ty in advance
UserInputService.InputBegan:Connect(function(Input) if Input.UserInputService == Enum.UserInputType.MouseButton1 then -- Here what the script to do end end)
Have Fun!