How do I create a nubscurve in ROBLOX?

Hello Devforum!
Today I was attempting to import a nubscurve in from blender. However, whenever I attempt to import it into roblox it gives me a statement saying it has no vertices. How would I add vertices to a nubscurve? Is there a different way to make a nubscurve?

In blender you could convert the curve to a mesh
image
but it wont be visible if there aren’t any triangles, Assuming you want it to be visible, the solution would/should be:


Step one: Use the Skin Modifier

image


If you want to change the thickness, Follow the rest of the steps.


Step 2: Apply the modifier.

image


Step 3: Go into edit mode and select everything except for the end faces like this

image


Step 4: Press Alt + S, This basically acts like extrude without creating new faces

image

And now when you import it, It will be visible.

2 Likes