Skip to content

Instantly share code, notes, and snippets.

--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
setfpscap(999999999)
for _,v in next,game:GetService("Workspace"):GetDescendants() do
if v and v:IsA("Model") then
v.LevelOfDetail = "Disabled"
v.ModelStreamingMode = "Nonatomic"
elseif v and (v:IsA("BasePart") and not v:IsA("MeshPart")) then
v.CastShadow = false