How do i make this?

Hello Dev forum, I came on here today to ask how I would be able to make this main menu camera system and random rock generation system below.

1 Like

You could pick random locations on an axis in front of the camera, then create a new part and use tweening to make it move.

Do you think you can show me how I can accomplish that. Like how would I make the camera keep “moving” in a loop like that

For something like this you wouldn’t want to move the camera itself because if it goes to far then the rendering starts to glitch out. You would want to move the rocks up and then back instead.