1. local args1 = {
  2. [1] = "Sky Egg",
  3. [2] = -20/0
  4. }
  5. local args2 = {
  6. [1] = "Snowflake Egg",
  7. [2] = -20/0
  8. }
  9. game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("LootBoxRemoteFunction"):InvokeServer(unpack(args1))
  10. wait(1)
  11. game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("LootBoxRemoteFunction"):InvokeServer(unpack(args2))