Advertisement
Miguel4KHPRO

Untitled

May 27th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(game.Players:GetPlayers()) do
  3. if v.Name ~= game.Players.LocalPlayer.Name then
  4. if game.Workspace:FindFirstChild(v.Name) then
  5. if game.Workspace[v.Name].Humanoid.Sit ~= true then
  6. if game.Workspace[v.Name]:FindFirstChild("Blade") then
  7. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(37, CFrame.new(Vector3.new(0, 0, 0), Vector3.new(0, 0, 0)), Vector3.new(v.Character.HumanoidRootPart.CFrame.x, 4, v.Character.HumanoidRootPart.CFrame.z), Vector3.new(0, 0, 0))
  8. wait(.1)
  9. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(43, v.Character.HumanoidRootPart, v, "IIlIla", true)
  10. else
  11. if v.Backpack:FindFirstChild("Blade") then
  12. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(37, CFrame.new(Vector3.new(0, 0, 0), Vector3.new(0, 0, 0)), Vector3.new(v.Character.HumanoidRootPart.CFrame.x, 4, v.Character.HumanoidRootPart.CFrame.z), Vector3.new(0, 0, 0))
  13. wait(.1)
  14. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(43, v.Character.HumanoidRootPart, v, "IIlIla", true)
  15. end
  16. end
  17. end
  18. end
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement