What are you working on currently? (2020)

Maybe you should re position the circle instance’s anchor point?

Oh it’s only off-center in the recording. It’s actually centered when you use it.

It’s the cursor, not the circle, that’s in the wrong spot in the recording btw.

2 Likes

New Atmosphere lighting feature for my prison 1v1 map, still scuffed since the settings are really iffy.

11 Likes

I own a group named OofBots United. We are making an adventure game which will be about the player traveling up a mountain to defeat the cat queen.

So basically I noticed that Soundtrap has good sound quality:

4 Likes

This plugin will come in handy…

2 Likes

i am working on my first game, like a hangout like life in paradise.

2 Likes

I’m working on a original and unique obby themed around fast food with a very detailed map.

1 Like

image

4 Likes

Visual improvements w/ my circle selector. Also implemented subtract.

20 Likes

Yeah, I already know that it exists(inspiration :slight_smile: ). I made it for my upcoming game :smiley:

19 Likes

you need to released this demo place to the world. I honestly would play this 24/7.

1 Like

I made cool first-person arms.

4 Likes

28 Likes

Wow, this would really speed up building! Any chance you’re planning to make this open source?

Yeah, it’s going to be a plugin eventually. See my progress here :upside_down_face:

7 Likes

Now that I’m less bogged down by school, decided to keep working on a couple months old open source project of mine, an easier HTTP library for Roblox based on Python’s Requests.
Some example code using it:

local r = http.get("https://api.github.com/orgs/Roblox/repos")

print(r.status_code, r.message)
-- 200 OK

repos = r:json()
print(#repos)
-- 30

print(r.content_type)
-- application/json
print(r.encoding)
-- utf-8
print(r.headers["x-ratelimit-remaining"])
-- 59

Features:

  • Sessions with Cookie Persistence
  • Default Headers, URL prefixes
  • Automatic Query Strings
  • JSON Body Encoding, JSON Response Decoding
  • Elegant Key/Value Cookies
  • Domain/Path filters
  • Multipart File Encoding and Upload
  • Global/Per-Session Ratelimiting
  • Functions for every HTTP verb

DevForum Thread

Documentation/download:

9 Likes

Working on a Wipeout Minigame - current map is set in the Nile river

just wanted to display some FX in this small clip (I just don’t have any real good recorders atm so there’s a minor syncing issue with the audio)

35 Likes

dang throwback to the OG Wipeout game lol
This looks good!

5 Likes