Skip to content

RamiresOliv/ramiresoliv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Eu.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors