local path = "LuaV/LuaV.lua"; if not(getgenv().luav) then if isfile(path) then loadstring(readfile(path))() else local data = game:HttpGet("https://raw.githubusercontent.com/fgdergewrgegr/all/refs/heads/main/LuaV") task.defer(writefile, path, data); loadstring(data)() end end; path = nil local event = game:GetService("ReplicatedStorage").Replication.Block.RequestToPlaceBlock getgenv().ver = (getgenv().ver and getgenv().ver + 1) or 1 local verr = getgenv().ver local function set(a,a1,a2) task.spawn(function() event:InvokeServer(a,a1,a2) end) end uis.InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.Q and getgenv().ver == verr then local pos = m.Target.Position local lt = LuaV({}) for x,color in {1,3,5,7,9,13,15,2,12,16} do for add = -x*2.75, x*2.75, 2.75 do for add1 = -x*2.75, x*2.75, 2.75 do for add2 = -x*2.75, x*2.75, 2.75 do if not(lt[pos.X+add..pos.Y+add1..pos.Z+add2]) then set(CFrame.new(pos.X+add, pos.Y+add1, pos.Z+add2, 0, 0, -1, 0, 1, 0, 1, 0, 0), color, 1) lt[pos.X+add..pos.Y+add1..pos.Z+add2] = true end end end end end end end)