The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Infinite Gold & Gems / Get Eggs 2/2 Script script pastebin roblox
By infinite Gold & Gems / Get Eggs 2/2 Script on 2024-09-23 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. 1/2 Script - Infinite Gem/Gold
  2. while wait(0.1) do
  3. game:GetService"RunService".RenderStepped:Connect(function()
  4.    for i,v in pairs(game:GetService("Workspace").coins:GetChildren()) do
  5.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  6.    game:GetService("ReplicatedStorage").Events.collectCoin:FireServer(v)
  7.    break
  8.    end
  9. end)
  10. end
  11.  
  12. 2/2 Script Get Eggs -
  13. for i,v in pairs(game:GetService("Workspace").worldEggs:GetChildren()) do
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  15. wait(0.5)
  16. game:GetService("ReplicatedStorage").Events.collectCoin:FireServer(v)
  17. end
  18. for i,v in pairs(game:GetService("ReplicatedStorage").eggs:GetChildren()) do
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  20. wait(0.5)
  21. game:GetService("ReplicatedStorage").Events.collectCoin:FireServer(v)
  22. end
  23. for i,v in pairs(game:GetService("Workspace").resEggs:GetChildren()) do
  24. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  25. wait(0.5)
  26. game:GetService("ReplicatedStorage").Events.collectCoin:FireServer(v)
  27. end
  28.  
  29. BIG Credits To  RemoteScript For Sharing The Script



  • Recent Roblox Scripts