Survive LAVA for Brainrots!
655 Views
53 Executions

delete lava for escape tsunami

Survive LAVA for Brainrots!Uploaded by
7 months ago
Please login to perform these actions:

Description

it delete lava dayao CANCEL

View Raw
Edited By: JAIRUS_CENIZA Download


Comments

3
Log in to join the conversation. Login
JAIRUS_CENIZA's profile picture
JAIRUS_CENIZAUploader1 month ago

local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local UIS = game:GetService("UserInputService") local RunService = game:GetService("RunService") local Lighting = game:GetService("Lighting") local HS = game:GetService("HttpService") local player = Players.LocalPlayer -- ------------------------------------------------------------ -- EARLY CONFIG LOAD (for intro sound setting) -- ------------------------------------------------------------ local introSoundEnabled = true if isfile and isfile("sakura_vs.json") then local ok, data = pcall(function() return HS:JSONDecode(readfile("sakura_vs.json")) end) if ok and type(data) == "table" and data.introSoundEnabled ~= nil then introSoundEnabled = data.introSoundEnabled end end -- ------------------------------------------------------------ -- INTRO SOUND (only if enabled) – uses new filename -- ------------------------------------------------------------ local introSoundInstance = nil if introSoundEnabled then local urlIntro = "https://files.catbox.moe/hg5cr4.mp3" local numeFisier = "sakura_intro.mp3" local ok, data = pcall(function() return game:HttpGet(urlIntro) end) if ok and data then pcall(function() writefile(numeFisier, data) end) end introSoundInstance = Instance.new("Sound") pcall(function() introSoundInstance.SoundId = getcustom*et(numeFisier) introSoundInstance.Volume = 3 introSoundInstance.Looped = false introSoundInstance.Parent = game:GetService("CoreGui") introSoundInstance:Play() end) end repeat task.wait() until game:IsLoaded() -- ============================================================ -- SKY THEME SYSTEM -- ===============================================

1
JAIRUS_CENIZA's profile picture
JAIRUS_CENIZAUploader1 month ago

sakura duel local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local UIS = game:GetService("UserInputService") local RunService = game:GetService("RunService") local Lighting = game:GetService("Lighting") local HS = game:GetService("HttpService") local player = Players.LocalPlayer -- ------------------------------------------------------------ -- EARLY CONFIG LOAD (for intro sound setting) -- ------------------------------------------------------------ local introSoundEnabled = true if isfile and isfile("sakura_vs.json") then local ok, data = pcall(function() return HS:JSONDecode(readfile("sakura_vs.json")) end) if ok and type(data) == "table" and data.introSoundEnabled ~= nil then introSoundEnabled = data.introSoundEnabled end end -- ------------------------------------------------------------ -- INTRO SOUND (only if enabled) – uses new filename -- ------------------------------------------------------------ local introSoundInstance = nil if introSoundEnabled then local urlIntro = "https://files.catbox.moe/hg5cr4.mp3" local numeFisier = "sakura_intro.mp3" local ok, data = pcall(function() return game:HttpGet(urlIntro) end) if ok and data then pcall(function() writefile(numeFisier, data) end) end introSoundInstance = Instance.new("Sound") pcall(function() introSoundInstance.SoundId = getcustom*et(numeFisier) introSoundInstance.Volume = 3 introSoundInstance.Looped = false introSoundInstance.Parent = game:GetService("CoreGui") introSoundInstance:Play() end) end repeat task.wait() until game:IsLoaded() -- ============================================================ -- SKY THEME SYSTEM -- ================================

1
JAIRUS_CENIZA's profile picture
JAIRUS_CENIZAUploader7 months ago

pls comment on what you thought

1