Star-Scripter

[UGC LIMITED] The Binding OP SCRIPT [INSTANT 3 UGCS]

Jul 5th, 2024
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. game.Players.LocalPlayer.Character:PivotTo(CFrame.new(Vector3.new(-31, 3, -40)))
  2. while wait() do
  3. game:GetService("ReplicatedStorage").Events.Remotes.EggHuntEvent:FireServer("Claim","Epic")
  4. wait(0.1)
  5. local b = {"Rare", "Epic", "Common"}
  6. for _, c in ipairs(b) do
  7. local args = {
  8. [1] = "Fragments",
  9. [2] = c
  10. }
  11.  
  12. game:GetService("ReplicatedStorage").RemoteEvents.REClientToServer.REEggHuntData:FireServer(unpack(args))
  13. end
  14. wait(0.1)
  15. end
Add Comment
Please, Sign In to add comment