Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
1,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ---BIG PAINTBALL KILL ALL FFA
  2. game:GetService('RunService').Stepped:connect(function()
  3. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  4. end)
  5.  
  6. while wait() do
  7. for i , v in pairs(game.Players:GetChildren()) do
  8. if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") and v.Character.Humanoid.FloorMaterial ~= "Air" then
  9. repeat
  10. wait()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Character.HumanoidRootPart.Position + Vector3.new(-5, 20, 0), v.Character.HumanoidRootPart.Position)
  12. until v.Character.Humanoid.Health < 1
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement