The_Banana

Untitled

May 1st, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  2.  
  3.  
  4. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  5.  
  6.  
  7. game:GetService("RunService").Heartbeat:connect(function()
  8.  
  9. v.Velocity = Vector3.new(0,35,0)
  10.  
  11.  
  12. wait(0.5)
  13.  
  14. end)
  15.  
  16. end
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment