WIZARD.NET
X
DND COMMUNICATION
SIGN OUT

AZRAEL.

azrael.

LEVEL_01 // ARCHITECTURE

Engineering The Void.

Specialized in Minecraft plugin architecture and Roblox Luau optimization.

Contact.

Instagram Discord
ESC // CLOSE

Bedwars Architecture

Summary: The primary mechanic is the "Team Persistence" system.
BedListener.java
@EventHandler
public void onBedBreak(BlockBreakEvent event) { ... }

Skywars Systems

Logic relies on custom Loot Tables and Void Detection.

ESC // CLOSE

WIZARD.NET

Overview: Leaderstats & Properties

The leaderboard system relies on a specific hierarchy inside the Player object.

local folder = Instance.new("Folder")
folder.Name = "leaderstats"

3D Modeling & Parts

Modeling involves manipulating BaseParts (Anchored, CanCollide, Material).

ScreenGui & Frame Logic

UI is built using StarterGui and cloned to PlayerGui.

DataStoreService

GetAsync and SetAsync are used for persistent progress.