I need a method that
- Supports more than 31 part
- Doesn’t flip asymmetric meshes
- Preferably doesn’t clip through walls
Is there any such method?
I need a method that
Is there any such method?
Hello,
I think this answer can be not on the point, but I suggest you to use Highlight object in Roblox Studio. It basically doing this outline for parts. Adding this to your model will outline every part in your model. You can change for example variable which is responsible for seeing visibility through other models.
I think this is the best way, because it will not generate any clips or strange bugs.
Hope this will help.
It doesn’t support more than 31 part.
if the meshes are stationary (decor)
you can try grouping multiple meshes together into a model. then make a highlight parented to the model, not each mesh individually. then you can bypass the 31 part limit.
only works in a specific case though, not sure if it’s yours. just sayin!
Yes, thanks, I know about that, but I need to highlight each part in the workspace individually.
Hello, um I know it will not be the most optimized thing, but you can try insert Highlight to every part? If it’s like something similar to interactive thing (hover mouse on and then for example highlight) then you can do it through script.
As I already said earlier, Roblox doesn’t render more than 31 highlight.
Figured out I can use ViewportFrame method from here: How To Outline Objects [New Method] + Outlines Through Walls
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.