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.

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

Main Projects:

cobalt language (unstable - windows)
esp32 projects (idle)
puropixel ssd1306

Using:

   

Others:


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