
641 Views
0 Executions
delete lava for escape tsunami
Survive LAVA for Brainrots!Uploaded by 6 months ago
Please login to perform these actions:Description
it delete lava dayao CANCEL
Comments
3

Offline
JAIRUS_CENIZA 6 months ago
pls comment on what you thought
Offline
JAIRUS_CENIZA 1 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
-- ================================
Offline
JAIRUS_CENIZA 1 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
-- ===============================================




