Advertisement
KCROL_AdminLeaks

Invisible Script

May 25th, 2018
42,748
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 1
  1. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  2.     if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("Hat") then
  3.         v:Destroy()
  4.     end
  5.     if v:IsA("Part") or v:IsA("MeshPart") then
  6.         v.Transparency = 1
  7.         if v.Name == "Head" then
  8.             if v:FindFirstChild("face") then
  9.                 v.face:Destroy()
  10.             end
  11.         end
  12.     end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement