Gitblox | Github in roblox

you remember andrew, right?

today i made gitblox for code sharing, yes.

not public yet, im still checking errors

8 Likes

That is cool, but the cleanest way is probably to use Rojo in combination with Git.

4 Likes

perfect idea! keep up the work.

2 Likes

this looks cool not gonna lie, also one question what does it use as database

2 Likes

what do you mean?


1 Like

i mean what stores the repos/scripts inside gitblox

1 Like

datastoreservice wrapper


1 Like

Looks promising! My suggestion though, is that you should make repos able to hold folders and individual files in the future. And maybe file types; local/server/module script.

2 Likes

Love the idea! You could try to implement some kind of api to create a real github repository perhaps. Make sure to contact me if you need help with the UI Design Synth#6347.

2 Likes

nah, i’m fine with my own UI design. i don’t want to make you difficult

1 Like

Oh, alright let me know if you change your mind. Would love to contribute to this project and see it live to the community soon enough.

2 Likes

What do you mean by that? Rojo and Git are pretty useful tools for programmers.

1 Like

yeah but, i don’t use them. if roblox libraries can translate javascript to lua i would love to

1 Like

There is roblox-ts which compiles TypeScript code to Luau code.

2 Likes

is typescript similiar to javascript? or it’s just the name

2 Likes

The former compiles to the latter. TypeScript introduces static typing to JavaScript. It will mostly be the same.

4 Likes

the game is almost ready but, i feel bad about the code storer thingy, because i don’t use text filter.
people can write bad stuff in it but if i filter all strings the code can be like l#cal s## = "hello, world"; p#i##(s##), should i filter or not?

1 Like

Will the strings be shared to other players? If so, then you should.

it’s global, but i’m scared like local SUSAMOGUS = "hmm" print(SUSAMOGUS) turned to local ######### = "hmm" print(#########) if i filter the strings i am scared if the code will be messed