Skip to content
View cxmeel's full-sized avatar

Organizations

@pitch-rbx @jambe-rbx
Block or Report

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

  1. codify-plugin codify-plugin Public archive

    Convert anything to code!

    Lua 85 10

  2. sift sift Public

    Immutable data library for Luau.

    Lua 56 7

  3. dump-parser dump-parser Public

    Parses data from the Roblox API dump

    Lua 7 1

  4. packager packager Public

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

    Lua 1

  5. colour-utils colour-utils Public archive

    Colour manipulation library for Roblox

    Lua 22

  6. 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 }