Keimu

Miner's Haven Auto Collect Clovers

Apr 7th, 2023
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local chr = plr.Character
  3. local hrp = chr.HumanoidRootPart
  4.  
  5. local cloves = workspace.Clovers
  6.  
  7. _G.A = true
  8.  
  9. while task.wait(.1) and _G.A == true do
  10. for i,v in pairs(cloves:GetChildren()) do
  11. if v:IsA("MeshPart") and v.Name == "Diamond" or v.Name == "Rainbow" or v.Name == "Gold" then
  12. hrp.CFrame = v.CFrame
  13. fireproximityprompt(v.ProximityPrompt, 1)
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment