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.
cobalt language (unstable - windows)esp32 projects (idle)
puropixel ssd1306
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.