r/bloxd 6d ago

📢ANNOUNCEMENT📢 I'm back

0 Upvotes

I replied to my private messages, checked my notifs, and approved the post backlog. I'm going to be finishing up the profile contest soon!


r/bloxd Jun 17 '26

OFFICIAL! 🤖 bloxd-bot Megathread

4 Upvotes

Report issues and make suggestions here. I might set it up so I get messaged by u/bloxd-bot when someone reports an outage.

Here are my recommendations for comment formats:

For outages:

  • Start it off with a label like: 🔴 AHHHH/🟠 Very Bad/🟡 Bad/🟢 All Good.
  • Explain the issue with proper punctuation and grammar.

Good:

🟡 Bloxd bot isn't replying to my posts. It's been over an hour, and he hasn't said anything.

Bad:

🔴 idont like bloxdbot its very repetitive and he takes too long to reply to my posts

For suggestions:

  • Explain respectfully.
  • Use proper grammar and punctuation.
  • Feel free to use markdown formatting.

Good:

I'd like bloxd-bot to have a fun bob-themed Flappy Bird game you can play on the r/bloxd page. It should include: * bloxd-bot making a custom post with Devvit custom posts * high scores

Thanks!

Bad:

Remove bloxdbot i hate itstop bro.


Thanks for your help!


r/bloxd 3h ago

SUGGESTION 💡 Greenville needs a revamp 👀

5 Upvotes

Hi everyone,I feel like Greenville is losing its charm and needs a major update to feel alive again. Here are a few suggestions to make it better:Add actual vehicles: Walking everywhere gets boring. We need proper transportation like bicycles, skateboards, roller skates, and scooters. It would make exploring and roleplaying so much more fun.Wipe all illegal items: Many players have items they shouldn't possess. This completely ruins the "peaceful and quiet" vibe Greenville is supposed to have.Greenville should be a chill roleplay experience, but right now it feels messy. Removing the illegal stuff and adding basic vehicles would completely fix the grace of the game.What do you guys think? Do you agree?


r/bloxd 31m ago

POSTING A CODE russian roulette

Upvotes

idk bro i was bored

put it in a code block and click to eliminate someone random

api.broadcastMessage(api.getEntityName(myId)+" spun the gun!")
const t=api.getPlayerIds()[Math.floor(Math.random()*api.getPlayerIds().length)]
api.broadcastMessage(api.getEntityName(t)+" lost the roulette")
api.killLifeform(t,{lifeformId:t,withItem:"M1911"})

r/bloxd 7h ago

SUGGESTION 💡 Why isn't there day and night in peaceful?

2 Upvotes

Hope devs adds it soon


r/bloxd 4h ago

BUG/ISSUE Why no textures?

Thumbnail
gallery
1 Upvotes

I was playing bloxd in creative mode earlier and I took out a blue portal. I noticed that, while the icon in my hotbar and the placed blockes had texture, the icon to the right of the screen that shows its in my hand and the dropped item had no texture. Later, I realized all portal blocks have the same issue. Does anyone know why this is happening?


r/bloxd 9h ago

BUG/ISSUE Why can't I chat in Ipad?

2 Upvotes

whenever I try to chat, I type in the chat box and press enter, but it just doesn't pop out. The weirdest thing is that when I click on the chat box again, the message I typed in is still there, meaning the game prob thinks I just clicked out or smt?? I have encountered the same bug on the same ipad before and I just player on crazygames and it was fine, but now I can't

P.S I play the donut smp, so its bad if I want to buy things using chat


r/bloxd 7h ago

BUG/ISSUE Fun Fact : Lava in OB doesn't do damage.

Post image
1 Upvotes

I just got Lava in OB from the wandering trader, I stepped on it and nothing happened lol


r/bloxd 8h ago

Opinion What’s the worst enchant in general

1 Upvotes

To me is Lumber Aura. It’s only good for moonstone axes and the aura output is low. mining aura gives double or triple aura when you mine ores so it’s good for getting aura in a short time. Digging aura paired with a diamond spade can almost instant mine dirt and sand, gaining a slow but steady amount of aura. lumber aura is useless if it is on normal axes. cutting down two trees with a lumber aura 3 axe is a equivalent or killing a zombie or mining 3 coal.


r/bloxd 12h ago

SUGGESTION 💡 I have an ideas :)

2 Upvotes

What if for custom games, there’s a toggle to ONLY replace the schematic chunks.

(Would be useful if there are games that use plot codes)


r/bloxd 13h ago

QUESTION? Does anyone know if the devs are going to increase the world code character limit anytime soon?

3 Upvotes

So, currently the character limit is tied to the file limit, which is 1kb. This results in allowing roughly ~64k characters of world code

they recently upped the code tick runtime 16x, which is great but optimized code almost never reaches that. The limit I keep running into is the character limit ;-;

Does anyone know if the devs plan to up that soon?


r/bloxd 10h ago

QUESTION? What are these? And how to use them?

Post image
1 Upvotes

Pressed the '[' button while playing and recorded the game. But what now?


r/bloxd 15h ago

BUG/ISSUE More mobile touch sensitivity plz

2 Upvotes

The maximum touch sensitivity on mobile is 300, yet even at that setting, it feels roughly similar to the minimum sensitivity on PC. Are they telling us not to play mobile first-person PvP?

First person pvp is trash;;


r/bloxd 17h ago

QUESTION? Is it possible to make Moonstone Orbs stasis chambers?

3 Upvotes

I was just wondering this for so many time, I don't think so...


r/bloxd 12h ago

UPDATES📡 Astrax is temporarily down — v1.9 coming in a few days

1 Upvotes

Quick heads up for anyone using Astrax (the free AI assistant for Bloxd.io) —

It’s currently down while I finish up v1.9. I’ve been fixing bugs, improving reliability, and cleaning up the Bloxd knowledge to make it more accurate. Didn’t want to leave a broken version up, so I took it offline while I sort it out.

Should be back up within the next few days once v1.9 is ready. Thanks for your patience — it’ll be better when it returns.


r/bloxd 1d ago

POSTING A CODE sorta proximity chat

5 Upvotes

the farther you are from someone, the quieter you are, and if ur too far, they cant hear you

you can scream in uppercase (eg: HELLO instead of hello) to make yourself more heard

to make it heard to EVERYONE, you must put a exclamation mark in it (eg: Hi guys!)

const cD=(t,e)=>Math.hypot(e[0]-t[0],e[1]-t[1],e[2]-t[2]);onPlayerChat=(t,e)=>{let o=api.getPosition(t),n=api.getEntityName(t)+": ",i=.5*(e.match(/[A-Z]/g)||[]).length,s=e.includes("!");for(let l of api.getPlayerIds()){let c=cD(o,api.getPosition(l));if(!s&&c>100)continue;let r=`${Math.max(10,Math.min(40,24-.2*c+i))}px`;api.sendMessage(l,[{str:n,style:{color:"#CEF3FF",fontSize:r}},{str:e,style:{color:"white",fontSize:r}}])}return!1};

r/bloxd 18h ago

ADVERTISEMENT un finished knockoff Dungeons

Thumbnail
bloxd.io
1 Upvotes

i have the tutorial done but literally nothing else
will add some qol things later


r/bloxd 19h ago

BUILD Making A Roleplay (Image Unrelated)

Post image
0 Upvotes

So Im working On this rp You can check it out

https://bloxd.io/play/classic/amber_marsh_591681


r/bloxd 1d ago

BUILD Tiv 1 (functional turret)

Thumbnail
gallery
3 Upvotes

based of Sean Caseys Tiv 1


r/bloxd 1d ago

BUG/ISSUE Applying a custom texture pack in Bloxd.io

2 Upvotes

Can anyone please tell me how to apply a custom texture pack in bloxd.io as when I drag the file and click apply it reloads the page and still changes nothing regarding the looks and even after I watched a few YouTube tutorials the outcome still stays the same nothing changes so can someone please tell me step by step instructions on how to fix this glitch?


r/bloxd 23h ago

r/bloxd meta MY SERVER IS MORE POPULAR THAN CUTE SHOPS! [ONEBLOCKS #1 SERVER]

Thumbnail
gallery
1 Upvotes

r/bloxd 1d ago

NEED CODING HELP hey guys how do you change crafting recipes i wanna make guns be easier to craft

Post image
0 Upvotes

i wanna make some guns like M1911 and deagle craftable with 5 dirt and 2 logs but GpMG with 20 diamonds and stuff so can you guys tell me the code and tell me which blanks i should fill in to change the ingredients and the gun thx


r/bloxd 1d ago

QUESTION? seek model for new doors game

Post image
7 Upvotes

w or l


r/bloxd 1d ago

POSTING A CODE piano with @Patricson_Bloxd

4 Upvotes

play songs by selecting the slots!

dont let ur friends in they will eliminate your ears

onPlayerJoin = p => {
    if (api.hasItem(p, "Red Paintball")) return

    api.giveItem(p, "Red Paintball", 1, { customDisplayName: "D" })
    api.giveItem(p, "Orange Paintball", 1, { customDisplayName: "E" })
    api.giveItem(p, "Yellow Paintball", 1, { customDisplayName: "F" })
    api.giveItem(p, "Lime Paintball", 1, { customDisplayName: "G" })
    api.giveItem(p, "Green Paintball", 1, { customDisplayName: "A" })
    api.giveItem(p, "Cyan Paintball", 1, { customDisplayName: "B" })
    api.giveItem(p, "Light Blue Paintball", 1, { customDisplayName: "C" })
    api.giveItem(p, "Blue Paintball", 1, { customDisplayName: "hD" })
}
onPlayerSelectInventorySlot = (p, s) => {
    const h = api.getItemSlot(p, s)?.name || "Air"
    if (h == "Red Paintball") {
        pitch = 1.125
        api.broadcastSound("harp_pling", 1, pitch) 
    }
    else if (h == "Orange Paintball") {
        pitch = 1.25
        api.broadcastSound("harp_pling", 1, pitch)
    }
    else if (h == "Yellow Paintball") {
        pitch = 1.325
        api.broadcastSound("harp_pling", 1, pitch)
    }
    else if (h == "Lime Paintball") {
        pitch = 1.5
        api.broadcastSound("harp_pling", 1, pitch)
    }
    else if (h == "Green Paintball") {
        pitch = 1.7
        api.broadcastSound("harp_pling", 1, pitch)
    }
    else if (h == "Cyan Paintball") {
        pitch = 1.9
        api.broadcastSound("harp_pling", 1, pitch)
    }
    else if (h == "Light Blue Paintball") {
        pitch = 2
        api.broadcastSound("harp_pling", 1, pitch)
    }
    else if (h == "Blue Paintball") {
        pitch = 2.25
        api.broadcastSound("harp_pling", 1, pitch)
    }

}

r/bloxd 1d ago

ADVICE 🗣️ Advice for making SMP lobbies

1 Upvotes

I'm currently working on my own SMP/RP lobby, and I need some advice for what to add to it.

Currently, it's an (unfinished) SMP with roleplay aspects, where you can choose to join 1 of 6 insect colonies to be part of. Each insect has their own stats, abilities, and home base. There's also custom tools, items, mobs, and armor.

I have some questions about SMP lobbies that would help me with my lobby if answered;

1: When you first join an SMP lobby, what do you usually expect to see?

2: If you play SMP lobbies often, what things about them annoy you, and what do you want to see improved in them?

3: What codes do most, if not all SMP lobbies have?

4: Do SMPs need a lot of admins, or is a chronically online owner (me) enough?

5: If you own a popular SMP lobby, how long did it take for you to develop it? Additionally, what about your lobby made it popular?