Reliable Roblox Script Raven B4

An roblox script that enhances your experience with advanced features.
Specializing in games like BedWars, BridgeDuels, BladeBall, and Pet Simulator.

Trusted by users and developers since 2023, was the leading script for Roblox.

Features

Everything you need form a Roblox Script

Raven B4 offers a wide range of features set for Roblox users and developers. Optimized for games like BedWars, BridgeDuels, BladeBall, and Pet Simulator.
May include times of us just leaving for 1.5 months

Wide Script Support

Easily runnable on any lvl 8 executor. Compatible with popular games like BedWars and BladeBall.

High Performance

Optimized GUI and scripts built for performance, ensuring smooth operation even with all modules enabled.

Advanced Config System

Leverage our Lua-based Config System to create powerful modules for any game you like.

Modular Design

Well-scripted modules tailored for specific games, ensuring flexibility and ease of use.

Config Support

Config Documentation

Think Raven B4 is missing something?
You can create your own modules and add them to the via the Config Support System.
The example shows how to initialize the Config Support with a Test Module

RavenB4Config.lua
        shared.RavenB4Started = true -- REQUIRED!!!!!!
        shared.RavenConfigName = 'Default Config' -- Whatever your Config name is!
        shared.WaterMark = "Random Config Name"
        shared.WaterMarkColor = Color3.fromRGB(255, 255, 255)

        loadstring(game:HttpGet('https://raw.githubusercontent.com/Near-B4/Raven-B4-For-Roblox/main/Raven%20B4%20Loader'))()

        shared:createnotification("Config Support Loaded!", 2, "Config", 0.5)

        Tab = RavenConfig:CreateWindow("Scripts", UDim2.new(0.82, 0, 0.8, 0))

        ModuleTest1 = Combat:CreateToggle({
            Name = "Test",
            Callback = function(Callback) 
                print(Callback)
            end
        })
        Blatant:CreateToggle({
            Name = "Test2",
            Callback = function(Callback) 
                print(Callback)
            end
        })
        ModuleTest2 = Render:CreateToggle({
            Name = "Test2",
            Callback = function(Callback) 
                print(Callback)
            end
        })
        ModuleTest2:CreateInfo("What's up?")
        ModuleTest2:CreateSlider({
            Name = "Test3",
            Default = 10,
            Min = 0,
            Max = 100,
            Callback = function(Callback) 
                print(Callback)
            end
        })
        FinalModule = Utility:CreateToggle({
            Name = "Final",
            StartingState = true,
            Callback = function(Callback) 
                print(Callback)
            end
        })
        FinalModule:CreateToggle({
            Name = "Final Mini Button",
            Callback = function(Callback) 
                print(Callback)
            end
        })
        shared.RavenB4Completed = true -- REQUIRED!!!!
    

Join our Discord community

Join our Discord to get access to Raven B4, receive updates, and get support from our community.