This is a thread that deserves more attention. Thank you for bringing this to light - this is a massive help to me and my project.
Doesnāt work if the part/texture is inside a character with a humanoid. Does anyone know a fix for this?
You could attach a part to the character thatās outside of itās hierarchy, and utilizing Robloxās new CanQuery property - have it so the added Part(s) donāt affect raycasts!
Can you achieve this by doing Color3.new = (9999, 0, 0)?
Mhm!
Thisāll make it glow with a bias to red.
Pun intended?
Now, this is interesting. One sided neon parts with just one part.
how could i do it?, kind off torturing my brain learning along with scripting.
How do I get an emmissive texture and a diffuse texture, do I have to make my own?
that is incredibly pretty! I absolutely LOVE how that looks!
How would you apply this effect to a player character? Iāve tried parenting the part to the workspace and welding it to the character from there and it seemed to work in studio but not when I actually play the game.
Just a heads up, if a textureās parent/ancestors have a humanoid parented to it, it will fix this trick. You cannot set colors above 255 when a humanoid is present.
I did some testing and apparently under certain circumstances doing this can cause serious graphical bugs in future lighting
I havenāt tested this with Future yet, though I believe Compatibility renders this āfeatureā disabled?
No, it works fine in Compatibility. Itās just Future that has issues. The bug triggers less frequently the lower the color value is.
Does anyone have any hints on how this can be done with a skinned mesh model? The Emissive Texture only works with Decals or Texture Object Both uses faces and not with SurfaceAppearance, Would I have to somehow draw a custom texture for each face?
Roblox does not have Emissive Texture Maps, and Iām pretty sure SurfaceGuiās do not wrap on meshes, so thereās now way to get away with this on a curved surface. If Itās flat surfaces, you can manually make emissive images with SurfaceGui ImageLabels on each spot, or just use Neon Parts.
The solution was to use vertex coloring in blender, which when imported into roblox will transfer and reflect the material used for the mesh. In this case neon.
Would setting the surface to an emission texture in blender also import similarly? I have a really nice lightsaber blade I was looking to use
As far as Iām aware, no. At this time Roblox does not support anytime of emissive textures. This is the only method I found to use the Emissive texture on roblox; Neon
I set my decal to [9999, 9999, 9999] and the floor has this extreme bright red reflection for no reason, that starts to fade away slowly and then instantly comes back. Are there any workarounds for this issue?
P/S: Iām using ShadowMap.
Edit: Nvm, it has since changed to this and honestly I donāt think thereās even a workaround lol. At this point Iām just disappointed that Roblox has yet to add emissive texture.