I'm not even sure this is possible via just a script so If Im Wrong just lemme know
heres the code of my current non-working script !Please help!
Scn MakEwebStrCheckScriptshort Makstrengthcheck Begin OnEquip If getav strength >= 8 Set Makstrengthcheck to 1 Elseif getav strength < 8 Set Makstrengthcheck to 0 endifendbegin gamemode if Makstrengthcheck ==1 UnEquipItem MakEweb ShowWarning "You are not Strong enough to equip this weapon" endifend