Hiya! I'm Kars talens and I'm currently living in Groningen. I mainly focus on frontend development, but in my free time I work on fivem servers using lua.
TheOnly3aq = {}
function TheOnly3aq:new()
local obj = {
name = "Kars Talens",
username = "TheOnly3aq",
location = "Groningen, Netherlands",
twitter = "@karstalens",
web = "https://karstalens.nl"
}
setmetatable(obj, self)
self.__index = self
return obj
end