Advertisement
itz_fixl666

Build a Hideout and Sword Fight: Equip sword to Kill Everyone

Dec 25th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. while task.wait() do
  2. for i=2,#game.Players:GetPlayers() do
  3. pcall(function()
  4. v=game.Players:GetPlayers()[i]
  5. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
  6. firetouchinterest(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle,v.Character.HumanoidRootPart,0)
  7. firetouchinterest(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle,v.Character.HumanoidRootPart,1)
  8. end)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement