Advertisement
HostMinecrafter

what is 2+2

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