Advertisement
OssyExploits

Netless

Nov 1st, 2021
1,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. -- when you reset make sure to re-execute this or just make this execute in a loop
  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. game:GetService("StarterGui"):SetCore("SendNotification", {
  11. Title = "Notification";
  12. Text = "Netless Ran";
  13. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  14. Duration = 16;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement