Player = game.Players.LocalPlayer mouse = Player:GetMouse() mouse.Button1Down:connect(function() if Player.bin.AttributePoints.Value >= 1 then Player.bin.Agility.Value = Player.bin.Agility.Value + 1 Player.bin.AttributePoints.Value = Player.bin.AttributePoints.Value - 1 end end)