andristum / dpclothing

68 stars 57 forks source link

Mask, Glasses, Hat toggle on/off ain't working #19

Open RavenHart1 opened 3 years ago

RavenHart1 commented 3 years ago

Hi! So everything works good in the script, i changed and added my hair variation etc but the on/off toggle for the mask, hat and glasses does not work and i'm trying to figure out how to fix it ..

Can someone please help me?

RavenHart1 commented 3 years ago

Found the solution to the problem ! If someone come across the same problem and wonder why! In config.lua on line 90 the function is missing so add : Func = function() ToggleProps("Hat") end, same for glasses on line 97 put this line instead: Func = function() ToggleProps("Glasses") end, and finally on line 133: Func = function() ToggleClothing("Mask") end,

AidenProjectDev commented 3 years ago

Hi ! I have the same problem, but the lines are already in the original resource ....

Thanks

AidenProjectDev commented 3 years ago

Found the solution to the problem ! If someone come across the same problem and wonder why! In config.lua on line 90 the function is missing so add : Func = function() ToggleProps("Hat") end, same for glasses on line 97 put this line instead: Func = function() ToggleProps("Glasses") end, and finally on line 133: Func = function() ToggleClothing("Mask") end,

Hi ! I have the same problem, but the lines are already in the original resource ....

Thanks