Advertisement
robloxscript111

FOBLOX | Airdrop Auto Farm

Feb 12th, 2023
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. while wait do
  2. wait (1)
  3. for i,v in pairs(workspace:GetDescendants())do
  4. if v:IsA("UnionOperation") and v.Name == "Crate" then
  5. workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame+ Vector3.new(0,3,0)
  6. for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7. if v:IsA("ProximityPrompt") then
  8. fireproximityprompt(v,1,true)
  9. end
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement