The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Auto drops script pastebin roblox
By Auto drops on 2024-09-21 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local t = true
  2. local f = false
  3.  
  4. getgenv().orbs = t
  5. while orbs do task.wait()
  6.            for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7.             if v:IsA"Model" and v.Parent.Name == "Drops" then
  8.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Base.CFrame
  9.             end
  10.         end
  11.     end