get paid to paste

while true do
 wait(0.2)
local args = {
    [1] = "EasterEgg"
}
game:GetService("ReplicatedStorage").Events.Egg.GetEggRE:FireServer(unpack(args))
wait(0.1)

local args2 = {
    [1] = "Halloween_PumpkinDoggy"
}
game:GetService("ReplicatedStorage").Events.Egg.SellRE:FireServer(unpack(args2))


local args3 = {
    [1] = "Halloween_CutePumpkin"
}
game:GetService("ReplicatedStorage").Events.Egg.SellRE:FireServer(unpack(args3))


local args4 = {
    [1] = "Halloween_PumpkinAngle"
}
game:GetService("ReplicatedStorage").Events.Egg.SellRE:FireServer(unpack(args4))


local args5 = {
    [1] = "Halloween_HalloweenPumpkin"
}
game:GetService("ReplicatedStorage").Events.Egg.SellRE:FireServer(unpack(args5))
end

Pasted: Nov 11, 2021, 12:59:50 pm
Views: 327