Advertisement
bennytrt2

Broken Bones IV script

Apr 28th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local Respawn
  3. pcall(function() Respawn = getsenv(game:GetService("ReplicatedFirst"):FindFirstChildOfClass("LocalScript")).Respawn end)
  4. _G.farm=true
  5. while wait(0.5) do
  6. if _G.farm then
  7. local char = player.Character
  8. local root = char.HumanoidRootPart
  9. for j=1,3 do
  10. char:SetPrimaryPartCFrame(CFrame.new(-400,700,-250))
  11. wait(0.5)
  12. for k=1,19 do
  13. if root:FindFirstChild("BodyForce") then root.BodyForce:Destroy() end
  14. root.Velocity = Vector3.new(0,-500,0)
  15. wait(0.1)
  16. end
  17. end
  18. for j=1,30 do
  19. char:SetPrimaryPartCFrame(CFrame.new(0,26,-172))
  20. root.Velocity = Vector3.new()
  21. wait()
  22. end
  23. wait(4)
  24. if Respawn then
  25. player.PlayerGui.Gui.Summary:TweenPosition(UDim2.new(0.5, 0, 1.5, 0), "In", "Back", 0.75, true)
  26. Respawn(workspace.CurrentCamera.CFrame, workspace.CurrentCamera.Focus)
  27. player.PlayerGui.Gui.Summary.Visible=false
  28. else
  29. repeat wait(0.1) until not player.PlayerGui.Gui.Summary.Visible
  30. end
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement