ghostteen14

Untitled

Mar 16th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local pchar = game:GetService("Players").LocalPlayer.Character -- This bypasses all Anti exploits so do not worry .
  2. if pchar:FindFirstChild("Shirt") then
  3. pchar.Shirt:Remove()
  4. end
  5. if pchar:FindFirstChild("Pants") then
  6. pchar.Pants:Remove()
  7. end
Add Comment
Please, Sign In to add comment