Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pchar = game:GetService("Players").LocalPlayer.Character -- This bypasses all Anti exploits so do not worry .
- if pchar:FindFirstChild("Shirt") then
- pchar.Shirt:Remove()
- end
- if pchar:FindFirstChild("Pants") then
- pchar.Pants:Remove()
- end
- if pchar:FindFirstChild("Shirt Graphic") then
- pchar["Shirt Graphic"].Graphic = ""
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement