READ THIS!!1: If you are only here for the material pack, here is the link to (most of) the Roblox default materials but wet: Wet_Textures.rbxm. But if you want to learn how to do this to any other material, you can read the rest.
EDIT: This post may be outdated. I wrote it quite a while ago, and there could be a better way of doing this that i am not aware of. (And also i could have made this post a little easier to follow thanks for reading it anyway)
This tutorial will guide you through the process of creating materials that give the impression of being wet or shiny. While not overly complex, some basic knowledge of Blender may be helpful. Please note that achieving a wet effect may not work as effectively with metallic materials, due to the way lighting affects metal in Roblox.
Note: The wood size does not match in this example, but you can fix this in the settings of your material.
Letâs go through the process step by step, using a new texture (cobblestone) as an example:
Start by downloading any texture of your choice, try to not have an overly detailed normal map since the scattering of the light makes it appear less wet. If you want some of the default roblox textures you can visit: Google Drive Link
Open your Studio project, and navigate to the Material Manager. Create a new variant with a name of your choice and select a base material.
Texture Settings:
Set the color texture to the downloaded diffuse map and the normal texture to the corresponding normal map of your selected material. If either the diffuse or normal map is missing, leave the corresponding setting empty. INFO: The diffuse map is just the âColorâ texture.
For the roughness, choose one of the roughness textures found in the âReflectionsâ folder on the Google Drive Or choose your own roughness map that would make it reflective. Generally, less roughness works best.
Congratulations! You have successfully created a wet material!
If the material doesnât appear wet enough, try using a roughness texture with a higher shininess percentage (less roughness) from the âReflectionsâ folder. (Or use your own)
If the size of a texture does not match up to a non-wet version, you can fix it by editing the âstuds per tileâ of your MaterialVariant until it matches that of the original texture.
Feel free to comment if you encounter any issues or if you have any questions or suggestions. Iâll do my best to address them.
PS:There are probably some issues with my spelling or the clarity of my post so please point them out to me
I donât understand why are people praising this tutorial. 1. You donât need to remake the default materials to add reflectance. 2. This is a TERRIBLE way to add reflections and I mean it. The showcase examples look pretty bad. Please do not use this if you are aiming at realism or high-quality. And this isnât even a âwetâ effect as you named it which is quite misleading and the way you implemented it wonât work for dynamic/interior effects. If you guys want to make a proper reflection effect please check out some tutorials on PBR. (even the official roblox ones!!) youâll find out how to make accurate reflections that way (and how to make the reflections reflect the map properly not just glow). This tutorial is basically equal to using the reflection property actually Iâd say that deprecated property is better in that regard. Idk what is this troll post lol
Well, if you have any criticism, you could at least display it in an unbiased way with actual explanations. And yes i know you do not need to remake the materials but this method suits me because it is a whole lot easier to deal with when scripting.
Also, you say itâs a terrible way to add reflections, yet you have no explanation for this reasoning, along with saying that it looks bad, which is not only subjective information, but also extremely uncalled for. I also know the effect which this material has on indoor effects, which i already have a solution for which i did not include since i thought it was straightforward enough to omit.
Since you like giving âadviceâ can you please make your own tutorial then to show us how itâs really done?
Also. Do you even know anything about Roblox Studio? The reflection property does NOT make a surface more reflective unless itâs plastic or smoothplastic. I doubt youâve ever even tried making a wet material.
Also your other reply, stating that GIMP would be a better way of making âpixel perfectâ reflections has no explanation and Iâm pretty sure that would be more time consuming than importing a model (will be uploading those today)
PS: I donât know if you really think Iâm trying to make a mirror-like material, but that is something completely different to the topic of this post.
PPS: Iâve gone through your replies, and around 95% is just useless non-constructive criticism which is mostly lies.
EDIT: You were saying this is a bad tutorial because âthis isnât even a wet effectâ. Do you know what? I just found an official tutorial by Roblox on how to do this, and it does it in exactly the same way as me. And it doesnât even look as good.
Okay, i have updated the post to include the default variants as a model, but the tutorial is still there for making your own textures, or for any of the default ones which i couldnât find.
No sorry, this tutorial is slightly outdated.
Thanks for checking it out though.
You could probably dig through the Roblox files and find all the diffuse (color) maps and then apply a 0 roughness map (1 pixel #00000 image) to a custom material and that should work just fine.