Advertisement
Daniel555ok

HIDE YOUR NAME

Jun 12th, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  2. if v.ClassName == "BillboardGui" then
  3. v:Destroy()
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement