View difference between Paste ID: iVD6eqiw and DiXuKv8d
SHOW: | | - or go back to the newest paste.
1
for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
2-
if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then 
2+
if v:IsA("Part") and v.Name ~="HumanoidRootPart" then 
3
game:GetService("RunService").Heartbeat:connect(function()
4
v.Velocity = Vector3.new(-30,0,0)
5
end)
6
end
7
end
8
 
9
game:GetService("StarterGui"):SetCore("SendNotification", { 
10
    Title = "Notification";
11
    Text = "Netless Ran";
12
    Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
13
Duration = 16;