Help creating this


Hi i was wondering how do people make something like this? I was trying to make this in ROBLOX Studio a few times. so can anyone help me if you know how to make this? This image is above me

1 Like

Using a 3d program like blender. And then importing the meshes.

1 Like

You have a lot of tutorials on internet, It will be hard at first, but you will be better as time goes. Trust me, i’m scripter, I had same problem as you. Good luck.

what about the shadow? how did they make the shadow and the lights on the stairs

Meshes also have a castshadow property and they have collisions.

Neon and shadow map, they are lighting. Neon is a material.

This is most likely done with parts and meshes regarding the staircase it’s quite easy to make if you’re experienced in using a 3D modelling software or a beginner, I would recommend learning the workflow and ropes around blender to get the hand of it it’ll take some time if you’re willing to learn the software. The trees are made out of meshes you could just make one tree and export that into Studio and paste it throughout the map.

It’s quite simplistic from my point of view, but it might be different from yours.

Just pick a simple object or reference image tutorial, and use that knowledge as tips. It’s a lot easier to model things you want to make. (It’s mainly light, material, ect). Then you just use the same tree for placing it around the map to match the image provided above.

It looks like the trees are made in this exact style so if you’d like to make those trees in blender, you can follow this tutorial:

Note that this tutorial does not include importing it into roblox studio, so you’ll have to ensure you export the file from blender as a fbx or obj file, then insert a mesh part into studio and import the file into that.

The shadows are caused by a cast shadow property. The stairs are just normal parts with the circles being neon material.

3 Likes

The trees are made with an external software (but could also be made of parts in roblox if you are an advanced builder). For the rest, it is mostly simple parts. There are a few tips:

  1. take one piece and try to imagine how the builder did it. For example for the stairs, it is just superposed parts.

  2. do some test and try to do one part of the sene. For example, at first you could focus how to make the stairs, this is a good test for starters.

  3. sometimes, writting how to do one thing step by step could help