Residence Massacre Script | AUTO FARM & MORE! outline esp
local function createHighlight(instance)
local highlight = Instance.new("Highlight");
highlight.FillColor = Color3.new(1,1,1);
highlight.FillTransparency = 1;
highlight.OutlineTransparency = 0;
highlight.DepthMode = "AlwaysOnTop";
highlight.Parent = instance;
end
createHighlight(workspace.Mutant)