--BROUGHT TO YOU BY RobloxScripter.com!--
while true do
wait(.1)
local args = {
[1] = workspace.Treasures.Treasure1 -- Make this Teasure2 up to Treasure5 to get everything. Easy EXP & unlock most animals.
}
game:GetService("ReplicatedStorage").TreasureEvent:FireServer(unpack(args))
end