ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Randomizer Brawl ⚔️
2.2k Views

Request for

Randomizer Brawl ⚔️Uploaded by
7 months ago
Please login to perform these actions:

Description

Request 111212

View Raw
Edited By: UnequaledUnrivaled Download


Comments
7
User profile picture
pcallsirius 7 months ago
YES PLEASE
User profile picture
exploitsoneverything 7 months ago
now how would i do this.... i got copliot
User profile picture
exploitsoneverything 7 months ago
bad news: i am a new account but here's the script
User profile picture
exploitsoneverything 7 months ago - Edited
*old script edited to be removed*
exploitsoneverything's profile pictureexploitsoneverything*old script edited to be removed*
User profile picture
exploitsoneverything 7 months ago
i think its too bright
User profile picture
exploitsoneverything 7 months ago
real script: -- darkheart maze lightener local Players = game:GetService("Players") local Lighting = game:GetService("Lighting") local LocalPlayer = Players.LocalPlayer if Lighting:FindFirstChild("Sky") then Lighting.Sky:Destroy() end local sky = Instance.new("Sky") sky.Parent = Lighting sky.SkyboxBk = "rbx*et://textures/sky/sky512_bk.tex" -- Back sky.SkyboxDn = "rbx*et://textures/sky/sky512_dn.tex" -- Down sky.SkyboxFt = "rbx*et://textures/sky/sky512_ft.tex" -- Front sky.SkyboxLf = "rbx*et://textures/sky/sky512_lf.tex" -- Left sky.SkyboxRt = "rbx*et://textures/sky/sky512_rt.tex" -- Right sky.SkyboxUp = "rbx*et://textures/sky/sky512_up.tex" -- Up sky.CelestialBodiesShown = true sky.StarCount = 0 Lighting.ClockTime = 14 Lighting.Brightness = 2 Lighting.Ambient = Color3.fromRGB(120, 120, 140) Lighting.OutdoorAmbient = Color3.fromRGB(100, 100, 120) Lighting.GlobalShadows = false Lighting.FogEnd = 100000 Lighting.FogStart = 100000 for _, effect in ipairs(Lighting:GetChildren()) do if effect:IsA("Atmosphere") then effect:Destroy() end end LocalPlayer.CharacterAdded:Connect(function() task.wait(2) if Lighting:FindFirstChild("Sky") and Lighting.Sky ~= sky then Lighting.Sky:Destroy() sky.Parent = Lighting end end)
exploitsoneverything's profile pictureexploitsoneverythingreal script: -- darkheart maze lightener local Pl...
User profile picture
exploitsoneverything 7 months ago
helps you on obtaining darkheart special item
Please Login to add a comment.