Open RavenHart1 opened 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
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
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?