Skip to content
View cxmeel's full-sized avatar

Organizations

@pitch-rbx @jambe-rbx

Block or report cxmeel

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. resurface-plugin resurface-plugin Public

    Convert surfaces to studs and more.

    Luau

  2. dump-parser dump-parser Public archive

    Parses data from the Roblox API dump

    Lua 9 2

  3. Create.Unstable.lua Create.Unstable.lua
    1
    --!strict
    2
    local Creator = {}
    3
    
                  
    4
    type PropsType = { [any]: any }
    5
    type SymbolicKey<T> = { type: string, value: T }
  4. packager packager Public archive

    Packages up an Instance or tree of Instances into a single table.

    Lua 1

  5. codify-lib codify-lib Public archive

    A Roblox Luau library for converting Instances into code snippets

    Luau