Advertisement
c57k

head

Apr 9th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head.Transparency = 1
  2. for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  3. if (v:IsA("Decal")) then
  4. v:Destroy()
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement