So I’m making a module that would get specific clothing to the player but it depends on the bool value inside the player. So if the value is equal to fancy then it gets a folder inside of the module and get the fancy clothing. Basically
If Char:FindFirstChild(“Type”).Value == fancy then
—Run code
End
Or could I use a table? I’ve never used tables so I don’t know much about them.