anti lag script roblox pastebin --This Script makes every part low quality and deletes every decal --use it for low end devices --paste into your executor and execute -- you can also deativate the shadows local lightning = game:GetService("Lighting") --lightning.GlobalShadows = false --optional anti lag script roblox pastebin How to dowload it? anti lag script roblox pastebin for i,v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") then v.Material = Enum.Material.Plastic end end local Model = workspace local ClassTypes = { "Decal", "Texture" } anti lag script roblox pastebin How to dowload it? anti lag script roblox pastebin for _, v in ipairs(workspace:GetDescendants()) do if table.find(ClassTypes, v.ClassName) then print(v.ClassName) v:Destroy() end end anti lag script roblox pastebin