Description
Automatically rolls and prints the username and display in console, View what you got by pressing F9 or typing /console in chat.
while task.wait() do
local args = {
[1] = {}
}
local Pack = game:GetService("ReplicatedStorage"):WaitForChild("OpenPack"):InvokeServer(unpack(args))
if Pack == 'rateLimited' then task.wait(3) else
print("Unpacked @"..Pack.Username,'('..Pack.DisplayName..')')
end
end