local plr = game.Players.LocalPlayer task.spawn(function() while true do pcall(function() plr.ReplicationFocus = workspace plr.MaximumSimulationRadius = math.huge plr.SimulationRadius = math.huge end) task.wait(0.1) end end)