- local args1 = {
- [1] = "Sky Egg",
- [2] = -20/0
- }
- local args2 = {
- [1] = "Snowflake Egg",
- [2] = -20/0
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("LootBoxRemoteFunction"):InvokeServer(unpack(args1))
- wait(1)
- game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("LootBoxRemoteFunction"):InvokeServer(unpack(args2))