Skip to content
View Luracasmus's full-sized avatar
Block or Report

Block or report Luracasmus

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. dusk dusk Public

    (WIP) A small, intuitive video editor in Rust

    Rust

  2. cmd-install-quilt cmd-install-quilt Public

    Extremely simple script for installing the QuiltMC Loader for the latest Minecraft version

    Batchfile

  3. game game Public

    Rust

  4. Luau & Roblox Scripting - An introdu... Luau & Roblox Scripting - An introduction
    1
    # Luau & Roblox Scripting - An introduction
    2
    
                  
    3
    ## Variables & `local`
    4
    
                  
    5
    Similar to how other languages use `let`, `variable`, etc. Luau uses the `local` keyword for creating a new variable, with `=` being used to give the variable a value