Advertisement
ForkFullFight

Test again

Jul 2nd, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  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;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement