if sethiddenproperty then sethiddenproperty(workspace,"StreamingMinRadius", 2090000) -- this is op end for i,descendant in ipairs(workspace:GetDescendants()) do if descendant:IsA("Model") then pcall(function() descendant.ModelStreamingMode = Enum.ModelStreamingMode.Persistent end) end end workspace.DescendantAdded:Connect(function(descendant) if descendant:IsA("Model") then pcall(function() descendant.ModelStreamingMode = Enum.ModelStreamingMode.Persistent end) end end) print("antiStreaming enabled")