-- spongebob skybox script by w1ind0ws f3x ported by d3crypted9 -- CREDITS TO W1ND0WS FOR ORGINAL SCRIPT local player = game:GetService("Players").LocalPlayer local replicatedstorage = game:GetService("ReplicatedStorage") local images = { "70654252104587", "85169155668096", "115749804544787", "114736069495828", "96320056467829", "103246856267702", "100094276908098", "85732725984731", "103828381258742" } local function findboif3x() for _, v in pairs(player:GetDescendants()) do if v.Name == "SyncAPI" and v:FindFirstChild("ServerEndpoint") then return v.ServerEndpoint end end return nil end local remote = findboif3x() if not remote then return end -- tung tung sahur keeps abusing me noooo remote:InvokeServer("CreatePart", "Normal", CFrame.new(0, 100, 0), workspace) local rcs = replicatedstorage.HDAdminHDClient.Signals.RequestCommandSilent rcs:InvokeServer(";mr spongebob skybox script by d3crypted9 ;sm ya skid " .. player.DisplayName) task.wait(0.3) local skyPart = workspace:FindFirstChild("Part") if skyPart then remote:InvokeServer("CreateMeshes", {{["Part"] = skyPart}}) remote:InvokeServer("SyncMesh", {{["Part"] = skyPart, ["MeshId"] = "rbxassetid://111891702759441"}}) remote:InvokeServer("SyncMesh", {{["Part"] = skyPart, ["Scale"] = Vector3.new(99999, 99999, 99999)}}) remote:InvokeServer("SyncAnchor", {{["Part"] = skyPart, ["Anchored"] = true}}) remote:InvokeServer("SyncCollision", {{["Part"] = skyPart, ["CanCollide"] = false}}) remote:InvokeServer("SetLocked", {skyPart}, true) task.spawn(function() while true do if not skyPart.Parent then break end for _, id in pairs(images) do remote:InvokeServer("SyncMesh", {{["Part"] = skyPart, ["TextureId"] = "rbxassetid://" .. id}}) task.wait(0.1) end end end) end end) -- tufffffffffffffffffffff NOOO TUNG TUNG STAY WIT MEEEE