Skip to content

Instantly share code, notes, and snippets.

@thekaisbest
Created May 27, 2021 05:53
Show Gist options
  • Save thekaisbest/f8c14e35477bdf504fb8181b2f42cc49 to your computer and use it in GitHub Desktop.
Save thekaisbest/f8c14e35477bdf504fb8181b2f42cc49 to your computer and use it in GitHub Desktop.
game.Players.LocalPlayer.Character.Head.Transparency = 1
for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
if (v:IsA("Decal")) then
v:Destroy()
end
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment