What are you working on currently? (2021)

Thought this would be a relatively fun project to allow GitHub and Trello links on the main site, considering they’re allowed in BB.

Terribly made code to put in Tampermonkey
// ==UserScript==
// @name         Ro-Link
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  embed certain clickable links in your description!
// @author       Ty_Scripts
// @match        https://*.roblox.com/*
// @icon         https://www.google.com/s2/favicons?domain=roblox.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    var desc = document.getElementsByClassName("game-description")[0];
    var first = desc.innerHTML.search("roln-");
    var last = desc.innerHTML.search("-/roln");
    var replacer = desc.innerHTML.substr(first, last + 6);
    var arch = desc.innerHTML.slice(0, first - 1);
    var i = 0;
    while (i < 10) {
         replacer = replacer.replace("roln-", "<a target=\"_blank\" style=\"text-decoration: underline; color: #fff;\" ");
         replacer = replacer.replace("gh:", "href=\"https://github.com/");
         replacer = replacer.replace("tr:", "href=\"https://trello.com/");
         replacer = replacer.replace(" -/roln", "</a>");
         replacer = replacer.replace(" / ", "\">");
         desc.innerHTML = arch + replacer;
         i++;
    };
})();

A place to test it out and a somewhat notable project in and of itself:
https://www.roblox.com/games/7712868300/Chess-Clock

5 Likes

Well just a simple tower defense game with no data lol

Update on the game status!

I made a trailer for the game.

5 Likes

That looks pretty fun to play, can you hit the opponent while they’re flying away or are the invulnerable?

yup, this is going to allow people to make really nice combos especially because i’m also adding gravity cancelling (which is basically where you’re able to override aerials and use one of your ground attacks in the air, like brawlhalla)

1 Like

Ay that sounds fire, I’m trash at brawlhalla but this looks nice

1 Like

More Nature

22 Likes

I’m kinda proud of this, I put a lot of effort into it. :happy1:

Time taken: 2 weeks (10 hours)

25 Likes

That is why i have made it as a gamepass choice for the players if they feel like chill and progress without hesitation :yum:

This looks amazing, and the documentation is excellent. I’ll definitely be using this in my next game. Nice work!

1 Like

You should fix the knock back because it looks too smooth at the point where it is slow. Other than that it looks great.

I am finishing up a complicated map roleplay game. It should be releasing tomorrow, after a lot of work.

It’s been a two year break from Roblox (leaving shortly after my RDC 2018 experience).

Came back and started back up with the same team again like nothing changed. Soon we will be releasing a brand new project that we’ve poured time into.


I’m not really sure what to show about it, but it’s what we’ve been working on. Coming back to my favorite creative outlet has been so mentally helpful.

8 Likes

been working on my game, anyone wanna rate it? Aerial Dash! [UPDATE 3] - Roblox

1 Like

I’m working on a game with a friend of mine, called “EX-Travaganza: Duality Of Forces”
I basically do everything except that my friend sometimes builds neat stages (Which are a lot better than the ones I make lol).

Expect release something around next year. Although it’ll be very short, it’ll be jam-packed with content, or at least I hope it will be.

The game is around 65% done, I would say. There’s even some lore (The bad ending… Ooo boy.).

1 Like

legit cringe but nice render for your first gfx

really nice, also can I ask you what blender version you’re using? (just curious)

The cube is an invisible part with green decals. You added a transparent glass wall so it appears to disappear on one side. Did I get it right?

Just woke up but yeah I thought the exact same thing, thats why I said this

Is this just a project or will it become a game?