Advertisement
makui90898

King piece Gems FARM

Feb 13th, 2021
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Script Credit- https://forum.robloxscripts.com/User-Vep
  2.  
  3.  
  4. for i, v in pairs(game:GetService("Workspace").SpawnItem:GetChildren()) do
  5. if v.Name == " " then
  6. v.Name = "ITEMS"
  7. end
  8. end
  9. wait(.1)
  10.  
  11. getgenv().Diamond = true
  12. while wait() do
  13. if getgenv().Diamond then
  14. for i, v in pairs(game:GetService("Workspace").SpawnItem:GetChildren()) do
  15. if v.Name == "ITEMS" and v:FindFirstChild("Diamond") then
  16. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Diamond.Handle.CFrame
  17. wait(.3)
  18. fireclickdetector(v.Diamond.ClickDetector)
  19. end
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement