Advertisement
Free-Scripts

Net Bypass [MUST CLICK]

Aug 2nd, 2022
2,899
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  2.     if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  3.         game:GetService("RunService").Heartbeat:connect(function()
  4.             v.Velocity = Vector3.new(-25.6,0,0)
  5. end)
  6. game:GetService("RunService").Heartbeat:connect(function()
  7.     wait(.01)
  8.     v.Velocity = Vector3.new(0,0,0)
  9.         end)
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement