Advertisement
patrickkkkkkkkk

Untitled

Apr 28th, 2023
5,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --Netless--
  2. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  3. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  4. game:GetService("RunService").Heartbeat:connect(function()
  5. v.Velocity = Vector3.new(-30,0,0)
  6. end)
  7. end
  8. end
  9.  
  10. --Script --
  11. loadstring(game:HttpGet(('https://pastefy.ga/DmCueuwu/raw'),true))()
  12.  
  13. --Hats Required--
  14.  
  15. --[[
  16. https://www.roblox.com/catalog/62234425/Brown-Hair
  17.  
  18. https://www.roblox.com/catalog/62724852/Chestnut-Bun
  19.  
  20. https://www.roblox.com/catalog/63690008/Pal-Hair
  21.  
  22. https://www.roblox.com/catalog/48474313/Red-Roblox-Cap
  23.  
  24. https://www.roblox.com/catalog/48474294/ROBLOX-Girl-Hair
  25.  
  26. https://www.roblox.com/catalog/451220849/Lavender-Updo
  27.  
  28. https://www.roblox.com/catalog/12103270510/Emirates-Mini-A380
  29.  
  30. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement