▲ 2 r/bloxd

How do you make your custom meshes stay active in the world?

Since the game resets things, the code blocks are also reset every time you leave and rejoin (if you are the only one in the world like I am).

Furthermore, I need it to be code block code and not world code.

So how do I make my meshes stay active in the world?

If you need, here is some example code of a table leg mesh:

let [x, y, z] = thisPos

const blockId = api.attemptCreateMeshEntity("BloxdBlock", {
    blockName: "Barkless Aspen Log",
    size: [0.2, 1, 0.2]
})
if (blockId) {
    api.setPosition(blockId, [x+0.5, y+0.99, z+0.5])
}
const blockId2 = api.attemptCreateMeshEntity("BloxdBlock", {
    blockName: "Pine Wood Planks",
    size: 1
})
if (blockId2) {
    api.setPosition(blockId2, [x+0.5, y+0.01, z+0.5])
}

(You can give some feedback on the current code if you'd like to.)

reddit.com
u/Viper10acd — 11 hours ago
▲ 8 r/GeoFS

GeoFS 4.0: Advert on side of screen or popup every single time you load a new aircraft?

What do you think? I'd honestly rather have the advert on the side of the screen.

reddit.com
u/Viper10acd — 3 days ago
▲ 7 r/GeoFS

787-9: LRX or Spice9?

Personally, I like the LRX version because of how realistic it looks. But I like the Spice9 version because of the liveries.

Both aircrafts physics are similar to me, but maybe I am wrong about that.

What do you think?

u/Viper10acd — 8 days ago
▲ 6 r/bloxd

Bloxd.io - Vacation: A Very Short Film

Here is the link to the better/original version: Bloxd.io: Vacation

This is a short film I created with the new (as of July 2026) replay mode. I edited it using Pikimov, a free, web-based video editing and motion graphics software.

The montage part contains the soundtrack "BOUNCE!" by Vizzen [Monstercat Release].

I hope you enjoy it!

PS: The "Floaty Island World" is not my world. It is one of my friends world, so do not give me credit for that build. Though, everything else built in the video is mine.

u/Viper10acd — 14 days ago

How do I convert a JPEG to SKM?

I want to import a custom material, but it does not work because I need to convert it to an SKM file. Do any of you know where to do it? There isn't anything on the Sketchup website either.

reddit.com
u/Viper10acd — 30 days ago

Reign of Daws (first completed song on BeepBox)

Tell me what you think

u/Viper10acd — 1 month ago
▲ 5 r/bloxd

Some Airport Builds (Currently W.I.P. and will be for a while)

Photo order and desc.:

  1. An interior photo showing the aircraft parked at stand, while also showcasing the new (as of 2026) free cam feature.

  2. Photo of the largely finished portion of the airport from behind (there are a few stands on either side, and there is a large terminal area on the right of the photo).

  3. Photo from the 787-9; wing view (behind is an unfinished A380-800).

  4. Another exterior shot with the main focus the 787-9 in a made up 'Nimble Airlines' livery.

  5. (Yes another exterior shot) of the airport, showing the aircraft from another view.

Tell me your opinion on it!

u/Viper10acd — 1 month ago
▲ 23 r/reason

Any old school reasoners? (idk if this question is asked a lot so excuse me)

To clarify, anyone uses the older versions of reason (actually old versions, like reason 1-5).

Just a question about if you're an old school reasoner. I am myself, and I like old school reason for many things. Actually it's the only reason version I have because we don't want to upgrade (it's expensive).

reddit.com
u/Viper10acd — 1 month ago

Problem with code (C++)

Yeah so I have a problem with some code (mind you I'm a beginner at C++), wondering if anyone can help me find out what's wrong with it:

(BTW it has an error message:

terminate called after throwing an instance of 'std::out_of_range'

what(): basic_string::at: __n (which is 11) >= this->size() (which is 11)

Aborted)

(Another thing is that it works fine but with the error message at the end.)

#include <iostream>

std::string textEngine(std::string text);

int main()
{
    std::string text = "Hello World";
    
    textEngine(text);
    
    return 0;
}

std::string textEngine(std::string text)
{
    for(int i = 0; i <= text.length(); i++){
        std::cout << text.at(i) << '\n';
    }
    return text;
}
reddit.com
u/Viper10acd — 1 month ago

Are there any good free web-based game engines that use syntax?

I'm a not so good coder and really a beginner at programming languages. I use Scratch as it is great for learning the flow of code and how it connects and works, but now I am ready to move onto learning an actual coding language, but I also want to find a game engine on the browser so that I know what language to learn first. I have been learning some CSS and HTML lately.

Some extra details about the engine is that I want it to support 3d and 2d, or if not I want it to be able to create things other than pixel art games.

I know Godot Web Editor is good and it can run well, but I want to know if there are any other game engines like it.

reddit.com
u/Viper10acd — 2 months ago
▲ 3 r/bloxd

Miniblox has shaders and Bloxd has... brainrot

So why are we investing time into brainrot? I know it's for the views, but shaders are something that could completely change it for the better. And it's obviously possible since we have day/night cycle AND miniblox, a competing browser minecraft rip-off game, is able to do it well.

reddit.com
u/Viper10acd — 2 months ago
▲ 8 r/bloxd

What do you think of this picture?

The texture pack I am using is called KomboWombo 32x (yes the skybox makes it look nicer). This would be a cool background or nice thumbnail. What do you think?

By the way, this is not my world. I do not own this build. Also, I did not use ai for this (if you think I did), though I did use chatgpt to upscale it. I made sure it looked identical but just higher picture quality. Trust me, this is not ai slop.

u/Viper10acd — 2 months ago
▲ 3 r/bloxd

Stairs or Glass Panes in Bloxd?

Lots of people probably ask for this, but I'm wondering if it's actually possible to implement, or if the devs just don't wanna add stairs in general. But we already have slabs, so what's the problem with stairs? I mean, slabs don't really help with walking, mostly building, so stairs would be the same in that sense, but it would add more complexity to builds, and that would be great.

Glass panes I think may be harder to implement, but I would like for some glass panes or something similar so you don't always have these chunky glass blocks. Maybe the devs are already thinking about it, but please add it, it would be great.

Thanks!

reddit.com
u/Viper10acd — 2 months ago
▲ 6 r/bloxd

Anybody know why custom texture packs are not working for me?

Not sure why, but whenever I use texture packs that many people have used before, and ones that I have used already recently, it will not work. There is no error message, or any indication of it. Though, when I reload it when it tells me to, it just goes to the normal texture pack of bloxd.

Can anyone please help me?

reddit.com
u/Viper10acd — 3 months ago
▲ 1 r/bloxd

Possible to have something like Distant Horizons or Voxy in Bloxd.io?

Yeah I know it is hard to have very very far render distance in bloxd without lagging even on a good computer, but with LoD's involved it might help. What do you think though?

reddit.com
u/Viper10acd — 3 months ago

What do you think of this melodic/deep house track?

Yeah I made this a while ago

u/Viper10acd — 3 months ago
▲ 9 r/bloxd

WE are cooked

WE need to get rid of ALL brainrot games. Most people agree, but Bloxd still has not done anything. They even made an april fools about this. But they aren't serious enough.

Anyways, we all know brainrot SUCKS, especially the meme ones. And they made more stuff like it, like heroes vs. brainrots.

SO WE NEED TO COMPLETELY GET RID OF THEM

reddit.com
u/Viper10acd — 3 months ago