Advertisement
_Thanh_Thy_Cute_

Blox Fruits FRUIT SNIPER [OPEN SOURCE]

Aug 18th, 2021
3,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. game:GetService("RunService").Stepped:Connect(function()
  2. pcall(function()
  3. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  4. if v:IsA("Tool") then
  5. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6. print("Fruit Found")
  7. else
  8. print("No Fruits In Server")
  9. end
  10. end
  11. end)
  12. end)
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement