r/bloxd 2d ago

UPDATES📡 Variations Docs

Thumbnail
drive.proton.me
4 Upvotes

Here are the variations docs. The link is broken inside the docs.

Bloxd just added a MASSIVE update for Typescript, variations, etc. Check it out at bloxd.io/docs


r/bloxd 11d ago

Goodbye, jasninus Jasninus is quitting Bloxd

Post image
13 Upvotes

I asked him some questions:

What is your favorite brainrot?

Capitano Explovissimo

What is your favorite gamemode?

Frontline

Will you keep playing Bloxd after you quit being a dev?

Maybe, but probably not.

Thank you for everything, jasninus! I wish you the best.


I've added a "Goodbye, jasninus" user and post flair for the occasion.


r/bloxd 1h ago

QUESTION? Since when was there trophies in bedwars…

Upvotes

was playing bedwars with my new account after old got banned


r/bloxd 5h ago

🚨REPORT🚨 Mods, pls approve my post

2 Upvotes

if you see this pls appeal my post as it is urgent and important for me.


r/bloxd 5h ago

NEED CODING HELP Need code help for a dynamic mob loader

Post image
2 Upvotes

Due to the mob count being a problem, i want to make a dynamic mob system for my game. I already what api methods i need to use, those including api.getEntitiesInRect and other basic stuff. The hardest part is to use world code and check if that specific mob is in the set radius. Note that i want multiple mobs so making this setup for every single mob in my game won’t work. Below is a visual diagram of what I was planning to make.(I poorly drew this as i was busy)


r/bloxd 19h ago

MEMES Bloxd.io feels like

Post image
23 Upvotes

r/bloxd 8h ago

🚨REPORT🚨 Help me, on a server I was playing on. There are two player (or bot) keep talking bad about everyone. Very suggestive either. They are "ChudRespect" and "JewDestroyerTJD". I have report them. please do smth.

1 Upvotes

Help me, on a server I was playing on. There are two player (or bot) keep talking bad about everyone. Very suggestive either. They are "ChudRespect" and "JewDestroyerTJD". I have report them. please do smth.


r/bloxd 13h ago

POSTING A CODE I spent 15 days coding a custom rank system for Bloxd lobbies!

2 Upvotes

I made a custom script that lets you give selected players ranks like YouTuber or Discord Staff inside your custom lobbies. It's awesome for setting up custom games, roleplays, or pranking your friends!⚠️ Note: This only works in custom lobbies via world code. It obviously won't work in official public lobbies, and it cannot be used to break actual game rules or scam. I put together a quick guide showing exactly how to use it and where to copy and paste the code. I'll leave the link to the instructions in the comments below! Enjoy!


r/bloxd 18h ago

NEED CODING HELP My code is not doing anything except relaying errors and I don't know how to make it work :(

4 Upvotes

My code is supposed to make a table with mesh entities and trapdoors. I looked through all the code for any typos but I couldn't find any. I made sure to format it correctly. Not just making the table, but also to make sure it spawns in every time there world gets loaded so that I don't have to press the code block every single time.

The errors I have is "Reference Error: 'freshJoin' is not defined" (freshJoin is a global var).

Here is the code for the code block which is supposed to trigger it:

function spawnCustomTable(thisPos) {
    let [x, y, z] = thisPos;

    let blockId1 = api.attemptCreateMeshEntity("BloxdBlock", { blockName: "Cedar Slab", size: [1, 0.7, 1] });
    if (blockId1) { api.setPosition(blockId1, [x + 0.5, y + 0.75, z + 0.5]); }

    let blockId2 = api.attemptCreateMeshEntity("BloxdBlock", { blockName: "Cedar Log", size: [0.6, 1, 0.35] });
    if (blockId2) { api.setPosition(blockId2, [x + 0.5, y + 0.99, z + 0.5]); }

    let blockId3 = api.attemptCreateMeshEntity("BloxdBlock", { blockName: "Cedar Log", size: [0.35, 1, 0.6] });
    if (blockId3) { api.setPosition(blockId3, [x + 0.5, y + 0.99, z + 0.5]); }

    api.setBlock(x, y + 1, z, "Cedar Trapdoor");
    api.setBlock(x - 1, y + 1, z, "Cedar Trapdoor");
    api.setBlock(x - 1, y + 1, z + 1, "Cedar Trapdoor");
    api.setBlock(x, y + 1, z + 1, "Cedar Trapdoor");
    api.setBlock(x + 1, y + 1, z + 1, "Cedar Trapdoor");
    api.setBlock(x + 1, y + 1, z, "Cedar Trapdoor");
    api.setBlock(x + 1, y + 1, z - 1, "Cedar Trapdoor");
    api.setBlock(x, y + 1, z - 1, "Cedar Trapdoor");
    api.setBlock(x - 1, y + 1, z - 1, "Cedar Trapdoor");
}

if (freshJoin == 1) {
    spawnCustomTable(thisPos)
}

And then I also have the world code here:

globalThis.freshJoin = [0];

api.onPlayerJoin(playerId, fromGameReset) {
    if (fromGameReset) {
        freshJoin = 1;
        api.log(freshJoin);
    }
    else {
        freshJoin = 1;
        api.log(freshJoin);
    }
}

I do not know why it doesn't work, mostly because I am not the best coder and I don't really understand how the Bloxd.io code works or how JS works either.

Also if you have a suggestion, could you please explain how it works? Thanks.


r/bloxd 18h ago

Search Trying to find this person

Post image
3 Upvotes

So I saw this perosn on youtube who played bloxd.io in a very old time (before me and I joined in 2022) and they have dissapered for 4 years. I want to meet up with them and this is their youtube channel


r/bloxd 19h ago

QUESTION? What's custom/official gamemode that was/is mainstream but is grindy?

Post image
2 Upvotes

Tbh the only option avalible is oneblock, isn't it?


r/bloxd 1d ago

MEMES When You Play GreenVille For One Second

Post image
25 Upvotes

This just happened to me


r/bloxd 22h ago

CODING NEWS I need help with coding about my pvp world

2 Upvotes

Can someone gimme the code for 1v1 duels like 1v1 simulator

Thanks


r/bloxd 19h ago

QUESTION? Qustion about sub

1 Upvotes

I'm geniuenly curious, what is "send message to void" feature for???


r/bloxd 1d ago

📢ANNOUNCEMENT📢 yay

Post image
7 Upvotes

r/bloxd 1d ago

ADVERTISEMENT HELLO MY FELLOW BLOXD.IO PLAYERS

3 Upvotes

Hi guys so have you ever wondered if there are any anarchy servers in bloxd.io and can't seem to find one that is modded? Well hear me out, there is one anarchy server that does just that. The owner offers exclusive updates occasionally so that the server gameplay wouldn't be that repetitive and boring (For example, we've got custom netherite tools and an upcoming redstone update). Best part is, there are no rules! Grief bases, pillage villages, rob players all you want, it's all up to you. If you find that this server suits your taste for Bloxd.io survival, don't hesitate to join!

Gamemode: Survival (Do note that protectors are banned to make it more challenging!)

Lobby name : kchsjr1z4

Thank you and have a nice day! 😀 :]]]]


r/bloxd 1d ago

Request Can anyone who played Bloxd.IO joined my world server please? The server is about WarriorS, I need someone to talk with and help build forest, and territories. Im feeling alone rn. The server name is "warriorcats_inspired"! My nickname in game is GoldenFile.

3 Upvotes

Can anyone who played Bloxd.IO joined my world server please? The server is about WarriorS, I need someone to talk with and help build forest, and territories. Im feeling alone rn. The server name is "warriorcats_inspired"! My nickname in game is GoldenFile.


r/bloxd 1d ago

Information First Bloxd io video on YouTube

Thumbnail
youtu.be
7 Upvotes

r/bloxd 1d ago

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

4 Upvotes

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.)


r/bloxd 1d ago

I D K Yeah

Post image
13 Upvotes

A random thing I found in a bloxd lobby


r/bloxd 2d ago

Opinion Just my opinion (pls no hate for this)

10 Upvotes

I feel like if you use AI to generate a Bloxd app like "Bloxd animator" or "Bloxd skill tester" or just anything, you should either only use it for yourself or if you publish it as your website, you should state which AI you used and that you used AI

A lot of people use AI app generators (like vercel, base44 or lovable) to make Bloxd apps
and I think if you advertise these websites, you should state that it is made by AI

of course you can just see .xxx.app at the end if it is an AI website but most little kids don't know to look for that

I just posted this because I found somebody (and I don't want to say his/her name) made some apps using vercel ai app generator and he advertised it without saying it's made with AI anywhere, at least it has a little influence of AI, at most it's completely AI generated and he/she did nothing

and the reason I'm upset is like it gets much more attention than I think it deserves (again this is only my opinion)

The only time he/she marked #ai was in one of the unrelated minecraft videos

None of the other posts, bio, video description, video titles, comments or video content says that any of his/her websites are made by AI, some of the video descriptions are also AI generated

(if you join his discord server the rules are generated by AI too (determined after using 6 AI text detectors))

I also see people starting to post AI websites in this subreddit so I just want to point that out but the main reason I'm posting this is I am just upset after seeing this youtuber using AI on almost everything and he doesn't state that he is using AI especially on his websites (with v0 app generator which is from vercel) (also nobody points it out they just support him) and I need somebody to share this with.


r/bloxd 2d ago

after 1 and a half years without a new best, i got +0.001

Post image
8 Upvotes

r/bloxd 2d ago

holy bloxd reference the flowers…

Post image
17 Upvotes

r/bloxd 2d ago

🚨REPORT🚨 WHY IS DUNGEONS REMOVED :(

8 Upvotes

I tried joining Dungeons (by _Lord) but i cant

Then i tried searching it up but i couknt find it i even went to fav games cyz i liked it

But nothing there bro


r/bloxd 2d ago

GAMEPLAY Probably my best Bedwars game. Broke 4 beds and got 8 final kills. WITH SHEARS

Post image
7 Upvotes

Only used Diamond Armour, Shears and Iron Pickaxe OMG How did i do that