get paid to paste

Infinite Resize

while true do task.wait()
   fireclickdetector(workspace.ClothingRacks.ClothingRack.Hitbox.ClickDetector)
   for _,v in ipairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
       if v.Name == "OriginalSize" then v:Destroy() end
   end
   for _,v in ipairs(game:GetService("Players").LocalPlayer.Character.Humanoid:GetChildren()) do
       if string.find(v.Name,"Scale") then v:Destroy() end
   end
end

Pasted: Aug 7, 2022, 7:15:30 pm
Views: 1,680