Advertisement
yoitzErrorYT

no clths on roblox XD

Jun 14th, 2023
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 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
  8. if pchar:FindFirstChild("Shirt Graphic") then
  9.    pchar["Shirt Graphic"].Graphic = ""
  10. end
Tags: lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement