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.
New Atmosphere lighting feature for my prison 1v1 map, still scuffed since the settings are really iffy.
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.
This plugin will come in handy…
i am working on my first game, like a hangout like life in paradise.
I’m working on a original and unique obby themed around fast food with a very detailed map.
Visual improvements w/ my circle selector. Also implemented subtract.
Yeah, I already know that it exists(inspiration ). I made it for my upcoming game
you need to released this demo place to the world. I honestly would play this 24/7.
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
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
Documentation/download:
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)
dang throwback to the OG Wipeout game lol
This looks good!