Advertisement
JeliverYT

Netless Script

Dec 6th, 2022
902
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. -- when you reset make sure to re-execute this or just make this execute in a loop for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then game:GetService("RunService").Heartbeat:connect(function() v.Velocity = Vector3.new(-30,0,0) end) end end game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Notification"; Text = "Netless Ran"; Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"}) Duration = 16;
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement