Skip to content
View RamiresOliv's full-sized avatar

Block or report RamiresOliv

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
ramiresoliv/README.md

cate (oops) "Ramires"

Hello, my name is Gabriel Ramires de Oliveira, a backend-focused programmer, addicted to coffee. I don't have many serious projects, but if you want to take a look at my creations, feel free. Currently learning more Roblox-TS and Embedded systems.

Main Projects:

computer in Roblox Env. (based in OpenComputers)
cobalt language (concept)
esp32 projects (idle)
puropixel ssd1306

Most used:

   

Also using or used:


import { CollectionService } from "@rbxts/services";

for (const obj of CollectionService.GetTagged("Lava")) {
    if (obj.IsA("BasePart")) {
        obj.Touched.Connect(part =>
            part
                .Parent
                ?.FindFirstChildOfClass("Humanoid")
                ?.TakeDamage(100)
        );
    }
}

Inspiration for this layout: ArthurFt.

Pinned Loading

  1. projetos-com-python projetos-com-python Public

    python é top

    Python 1 1