Quote Originally Posted by fenelez View Post
Got no Screenshots Currently, will be fixing as i bot hehe ^^
Could anyone provide me with a screenshot taker, the hive NE is missing it. @Xeno Scripts

Thanks! @I<3BOTTING
this is the screenshot taker

local level = Self.Level()

Module.New('screenshot', function(module)
if (level ~= Self.Level()) then
level = Self.Level()
screenshot(Self.Name() .. "_Level-" .. level)
print("Level Screenshot.")
end
end)