Advertisement
HostMinecrafter

safe

Jul 26th, 2020
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for i,v in pairs(workspace:GetDescendants()) do
  2. if v:IsA("Humanoid") then
  3. if v.Parent.Name ~= game.Players.LocalPlayer.Name then
  4. v.Parent.Head:Destroy()
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement