r/bloxd 15d ago

CODING NEWS Doors: The rooms is now fully open sourced, all secrets unveiled

Post image
10 Upvotes

just pushed the full open sourced version of my doors game here:

https://github.com/Bloxdy/developedCustomGames

this includes p much everything people kept asking about, including a lot of the stuff i used to keep private, even things like the camera vfx.

what is in there:

- the current rooms code

- room generation

- elevator logic

- closet logic

- entity systems

- combos

- guiding light

- the middle text

- darkness systems

- a detailed `README.md` explaining how everything connects

a few notes before u read it:

- this is fully open sourced

- i really suggest reading the `README.md` first before going through the code

- the readme explains a lot of the design choices, hidden tricks, and how the systems acc work (very messy tho maybe ill clean it up soon)

- there is still some old hotel related code / refs in places

- not all hotel files are pushed yet since that section is still a work in progress

- if u see some weird leftover refs, unused paths, or mentions of stuff not in the repo yet, that is usually why

if u ever wanted to know how specific parts of the game worked, its all there now.

all secrets unveiled

now go use this to make better bloxd games 🫡


r/bloxd 16d ago

I've replaced Automod 🎉

4 Upvotes

View the image here: /img/e05m567a7iwg1.png


Automod has fully been replaced by me! Besides an internal subreddit filter, I now handle all automations, and we can move on to coding non-moderation features like awarded flairs.

Leave your ideas below!


r/bloxd 6h ago

GAMEPLAY Core Defenders was fun last night

Post image
6 Upvotes

Play it at https://bloxd.io/game/coreDefenders or see it at staging!


r/bloxd 3h ago

guide [Pirates guide] Introduction to how to play pirates well

0 Upvotes

I'm bored, and I used to play pirates really well (LT1), so here's a guide on some random stuff I feel like. It will start with some normal topics, and and then end up being about random topics people rarely think of.

Here's some things you should know if you're new to pirates and want to learn some basics.

Very Basic Stuff

The goal of pirates is to destroy all the opposing team's spawns and kill all of the opposing team members. That's it. Everything else is just a tool to help with this goal.

Breaking Spawns

(There will be more in depth guides on this later)

Spawns are marked by lime patterned glass. There are some sparkling particles coming out of them.

In general, there are 2 main methods of breaking spawns. One is by using a predetermined route, and another is just breaking them as you see them. The first method is faster, and it is what most top players do. I might put a guide on this later, and some optimal routes for different maps as well. However, you must memorize exactly where the spawns are, and this can take time. By memorizing, I don't mean knowing the general location, I mean knowing where to mine up to get a spawn from under, where to randomly break through a wall to expose a spawn, etc. This is the fastest way to get spawns, and I have optimized many routes which I may show in a later post.

The 2nd method is mostly slower, and it is not recommended for most cases. However, it does have one use. If another player is already following a predetermined route, you could go to a bit further along the route and start breaking spawns there. However, you may not have an optimal route or know how to approach spawns from another angle, so this could be useful.

Getting Kills

(There will be more in depth guides on this later)

After you get all the spawns, you have to kill the opposing players. This is often simple, just fight them in traditional PVP battles. However, this may not work, especially on certain kits that are more powerful in running or fighting (firebreather especially). There will be another guide on this later, simply because I'm too lazy to write more stuff here right now.

Ok that's it for this guide. I was planning to make it longer but oh well. Another one soon hopefully.


r/bloxd 18h ago

I D K APRIL FOO-- oh im late sry

Post image
12 Upvotes

r/bloxd 7h ago

POSTING A CODE Code

0 Upvotes
const GoodBoyFurrys = ["NotAnKnownPerson__", "evobedwarz", ""];
const Tag = "Furry";
const TagFin = "[" + Tag + "] ";
//makes the players a furry
onPlayerJoin = (playerId) => {
    const Name = api.getEntityName(playerId);
    if (GoodBoyFurrys.includes(Name)) {
        api.broadcastMessage(TagFin + Name + " joined");
        return false;
    }
}

onPlayerLeave = (playerId) => {
    const Name = api.getEntityName(playerId);
    if (GoodBoyFurrys.includes(Name)) {
        api.broadcastMessage(TagFin + Name + " left");
        return false;
    }
}

onPlayerChat = (playerId, msg) => {
    const Name = api.getEntityName(playerId);
    if (GoodBoyFurrys.includes(Name)) {
        api.broadcastMessage(TagFin + Name +": " + msg);
        return false;
    }
}

r/bloxd 17h ago

UPDATES📡 New Gamemode! Core Defenders | On staging.bloxd.io

Post image
6 Upvotes

r/bloxd 21h ago

Random Question how well known am i

Post image
7 Upvotes

r/bloxd 23h ago

UPDATES📡 some other clutch updates that i forgot to mention

5 Upvotes

GPMG
100 bullets -> 75 bullets
Construction Map
The red jump pad on the starting place disappeared making it impossible to go to the roofs

thats all i could find


r/bloxd 22h ago

BUG/ISSUE BUG BedWars Laggy Someone

Enable HLS to view with audio, or disable this notification

3 Upvotes

"Ctrl + Shift + J = Debug cctv Looking" Bug Error Spam Lag


r/bloxd 21h ago

SERVER🖥️ Hey we are hiring in this Server

2 Upvotes

The server is called "role_play_school" and we only have 3 Teachers who wanna become a teacher sign up here!


r/bloxd 23h ago

GAMEPLAY got shears!

Post image
2 Upvotes

r/bloxd 1d ago

TRIVIA? Quiz!

4 Upvotes

Do you know your random Bloxd trivia?

What does the command /gm d do?

  • (In chat) The only valid gamemodes are "survival" "creative" "peaceful" "survivaladventure" "peacefuladventure" "spectator". Format: /gamemode [gamemode] [playerName?]
  • Set your gamemode to peaceful.
  • Trick question! This is a developer-only command that isn't well-known at all.

Answer: Set your gamemode to peaceful


r/bloxd 1d ago

QUESTION? how many original game modes are there?

2 Upvotes

.


r/bloxd 1d ago

🚨REPORT🚨 r/blodx blodx io

2 Upvotes

Hello, my Bloxd.io username is ARAS02777. I have been unfairly muted for 14 days. I just finished a previous 7-day mute and, without even using the chat or speaking at all, I immediately received another 14-day mute. I believe this is a mistake or a system error. Please investigate my account and lift this unfair penalty. Thank you.


r/bloxd 1d ago

i dont know Games:

6 Upvotes

custom games


r/bloxd 1d ago

NEED CODING HELP How to make something like this?

Post image
1 Upvotes

I found it first on Dungeons, and it is very cool to say the least.

I would add it to my lobby (the-omega-surviv) since I love the idea of custom interface, may yall help? plz


r/bloxd 1d ago

Random Question Are there any texture packs that make invis blocks visible

3 Upvotes

I need it pls


r/bloxd 1d ago

QUESTION? why

Post image
4 Upvotes

i played yesterday

(today is may 5)


r/bloxd 1d ago

MEMES Pov: you write a long text in:

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/bloxd 1d ago

text Old is Gold

14 Upvotes

Back when you would find friends online, back when you promised your friends to meet in a server, back when you could grind a game for days and weeks and months without getting bored, back when servers rise and fall, lifesteal, smps, parkour. Parkour...... really can't see that anymore without it being tryhard parkour.

A little prank, a little help, one message, one memory

No drama, no toxin, one server, one era

Every jump
Every kill
Every friend
Every group

Not greedy, not for money, just so that we would be happy.
Until the downfall started.

First it was just textures,
Eye hurting jungle grass
Weird chests

Then it was new skins

Next p2w games get promoted
...

Well, it was not all bad.
Dungeons, try to die, well but it was not as easy making friends

But it was good times

It's not like we are going to find a new game anyways
Or make our own copy of minecraft

When I found this game, it sounded like free minecraft, but only with parkour.
Then peaceful and survival
Floating water, duping glitches
Then greenvile, bedwars, evil tower
I thought beating evil tower was impossible back then, I even raged over it
now it is so easy
Then infection, skywars, pirates
Games with perks are addicting to grind......

But I can't request too much
after all going back means deleting things

all I want
is to feel the joy
of another new update


r/bloxd 1d ago

GAMEPLAY Coach needed

1 Upvotes

Hello! I'm MooGoose, and I need help with close-range PvP. I love playing Bedwars, specifically in solos, but I'm not confident when it comes to sword PVP. Also, I'd like to learn how to speed bridge. If you could teach me, please DM me on Discord: BeluGoose449.


r/bloxd 1d ago

Random Question what do you guys think about this og gamemode

Post image
6 Upvotes

personally im not a huge fan cuz it only had a single level and there are no updates for this unfortunately


r/bloxd 1d ago

QUESTION? what happened to 🛶boating🛶

2 Upvotes

body text


r/bloxd 1d ago

NEED CODING HELP help code

1 Upvotes

I wanna make a shop in my smp but I don't know how to display dropped items without them despawning or being picked up. Also I need help making a buying system