Skip to content
View syncronicc's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report syncronicc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
syncronicc/README.md

This is a new account made on 9/22/2025!

🌍 About me

NOTE! The content is free to use but, I do not agree with using in a portfolio unless credits are given.

Saying this because it could damage my reputation and chances of taking commissions.

This portfolio can be used as a source of inspiration for other programmers.

Biography

  • I have contributed to 200m+ visits across many genres;

  • I am 17 [ 2008, 18 september ];

  • I work only ' remotely ', so I wont meet anyone else besides employer unless he is located in another country.

[ EU -> Romania ]

Background

  • As of right now im free to commision, I have a lot of technical expertise in frontend but I can be full-stack.

  • I am just getting started into vehicle mechanics so I wont be taking anything related to them as I am not that experienced in this area of developing.

  • I have contributed to a total of ~200m+ visits within the past years.

Static Badge Static Badge Static Badge Static Badge Static Badge

ktsgod's GitHub Stats

📋 Snippets

LuaU Sample

function service.new(player:Player,access)
    promise.defer(function()
        return(CreateUI(player.Character or player.CharacterAdded:Wait(),access.Level))
    end)

    return setmetatable({Player=player,self.connection=player.CharacterAdded:Connect(function(char)
        CreateUI(player.Character,access.Level)
    end)},{
      __call=function(self,...)
          if not self.connection then
              return
          end
          
          self.connection:Disconnect()
          self.connection=nil
      end,
    })
end

Roblox-TS Sample

export class AboutMe {
    name: string;
    role: string = "LuaU Programmer";
    lang: string[] = ["ro_RO", "en_US"];
    exp: string;
    skills: string[];

    constructor(
        name: string = "KTS_God",
        exp: string = "5+",
        skills: string[] = ["Scripting", "Game Design", "Optimization"]
    ) {
        this.name = name;
        this.exp = exp;
        this.skills = skills;
    }

    intro() {
        print(`Hey there! I'm ${this.name}, working as a ${this.role}.`);
        print(`I've been doing this for about ${this.exp} years now, mostly in ${this.lang.join(" and ")}.`);
        print(`Some of the things I enjoy doing: ${this.skills.join(", ")}.`);
    }
}

const newKTS = new AboutMe();
newKTS.intro();

🚧 Tools

Databases

Static Badge Static Badge Static Badge

Roblox Frameworks

Static Badge Static Badge Static Badge

⛽ Top Repositories

Public. Private.

🏆GitHub Trophies [ Github + Roblox trophy stack ]


Pinned Loading

  1. Public Public Public

    Everything made in here is public; free for private & commercial use;

    Lua