In blender I have this super basic mesh and I need it as a template for something else but when I import this mesh as Roblox the orientation is blank when it should be whatever it is in blender. How can I fix this?
As you can see here, the rotation on each of the mesh (The 2 reds are both seperate meshes and same with the 3 white parts.) is not 0,0,0 but gets imported as 0,0,0 on roblox.
There is no fix for this issue. Roblox will always import any rotated mesh in a way that the rotation of the part is kept at 0,0,0. You need to manually rotate the mesh.
I’ve got a method but its extremely time consuming… basically I was going to import these meshes into studio and then I’d have a script that’d automatically place train tracks to size, position and rotation with those meshes and the method I’m using it to drag the model with train tracks onto the side of these meshes (Over 600 segments of tracks for this line I have to do RIP me…) which would then give me the rotation
RIP me… this lines only single track and its the shortest, and i’ve got 3 other lines to do which is double tracked and much longer-
Okay so why don’t you just import the mesh just like that? It does import rotated but of course not roblox wise. I assume you aren’t doing that because there are suppose to be rotated using a script and doing that with this pre-rotated mesh would cause difficulties?
I just have to drag the track model onto the side of each mesh and it should correct the position. Then I’ve got the horrible task of aligning each track together. So yeah, my method does work but it just takes forever
I didn’t say that you should seperate every single rail segment. I just said to make your entire railway and then separate the rails and the ties and make big segments (if you want, this part is optional) then import it into roblox. Something like:
As you can see I made big segments of the rail (separated by the colors.) and it is also not that heavy.
This is my triangle count:
So you can do something like that and keeping the rail parts collision fidelity to precise which would work pretty much the same as having it at box. But I don’t know how your rail looks though… Can you show me your rail model? So I know what I am dealing with here.
This isn’t the final product so these stats could be higher or lower when finalized…
Anyways, heres the rails with the stats.
I plan on creating detailed sleepers too at some point but not sure if I’d have collisions or not
As for the track layout/map for the tracks I have 4 train lines of different lengths. 1 is double tracked, another is a mix of single and double tracked, another is an extension or part of another line but the extension is only single track and the last is fully single track with 3 crossing loops.
The map will include a few turnouts/switch tracks, sidings, including a main station where all the tracks merge into one or connect in a way and other additional tracks. In the future I may extend 2 of the lines so they go further and I might add a whole new line for fun. I’ve pretty much got the entire map inside of blender.