Advertisement
Guest User

Big PaintBall Script

a guest
Feb 27th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Dont paste this but It might be short but its really good working on some fixes atm
  2. _G.FFA = true
  3. game:GetService('RunService').Stepped:connect(function()
  4. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  5. end)
  6.  
  7. while _G.FFA do
  8. for i , v in pairs(game.Players:GetChildren()) do
  9. if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") and v.Character.Humanoid.FloorMaterial ~= "Air" then
  10. repeat
  11. wait()
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Character.HumanoidRootPart.Position + Vector3.new(-5, 20, 0), v.Character.HumanoidRootPart.Position)
  13. until v.Character.Humanoid.Health < 1
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement