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

  2. 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 }
  3. roblox-font-list-generator roblox-font-list-generator Public

    Automatically generate a list of local and cloud fonts

    Lua 2

  4. codify-lib codify-lib Public

    A Roblox Luau library for converting Instances into code snippets

    Luau 2 1

  5. cxmeel.github.io cxmeel.github.io Public

    Svelte

  6. React-lua hook for determining DPI s... React-lua hook for determining DPI scale.
    1
    local UserInputService = game:GetService("UserInputService")
    2
    
                  
    3
    local React = require(script.Parent.Parent.Packages.React)
    4
    
                  
    5
    local useState = React.useState