What are you working on currently? (2019)

stress testing some sliders

7 Likes

Looks super smooth. Do you mind sharing a general explanation of how you draw those paths? Extremely impressed with that outline if they’re completely dynamic.

Rendered in realtime using ViewportFrames and a bit of math!

14 Likes

Im working on an adventure game, the alpha should release soon

Mother of GOD!

Lost arm, pls halp

7 Likes

Can not view video :confused:

1 Like

https://streamable.com/t/suqf5

1 Like

Bit late to post here, but I whipped up this interface for Pet Simulator 2:


12 Likes

Dont choose one of the colors, make differenta vailable themes in settings!

Air craft carrier! To be more specific, It’s actually the one in San Diego!

10 Likes

Programming the UI @doctr_oof is currently working on for our amazing project.


https://twitter.com/4ohm_/status/1095757437557239809 (the frame drops was the mobile recording :<)
https://twitter.com/doctr_oof/status/1095551079566192640

Can’t wait to show this off when it’s done :smile:

Amd in my free time I’m also working on anotber anthromorphic character. The base mesh is about done. Only have to define elbows and knees more before im satistfied with it. Will be posting pictures of it later this month when the armor has been modeled.

2 Likes

basic lua polyfills: https://github.com/ClockworkSquirrel/basic-lua-polyfill

currently adds:

  • string.split(string, separator) - Split string into array, default separator is ,
  • string.urlencode(string) - URL encode a string (uses HttpService::UrlEncode
  • string.commas(number) - Adds thousandth separators to a number
  • string(val [, val1 [, val2 [, val3 [, ...]]]]) - Convert provided arguments to string (uses tostring).
  • table.join(oldtable, [table1 [, table2 [, table3 [, ...]]]]) - Returns a new table containing all the values of the given tables
  • table.assign(target, table1 [, table2 [, table3 [, ...]]]) - Overwrites the target table’s keys with the other tables values (or appends the key/value pairs if not present in the target table)
  • table.lock(table) - Locks a table to prevent changes or additions (acts like JavaScript’s const variables or Object.freeze)

This module does not overwrite existing features, so if the feature is added officially, the polyfill will step back and allow the Roblox Lua engine to handle the method.

Unlikely to update this module often, except if I need a new polyfill for a specific use, so feel free to contribute to the GitHub repo.

1 Like

What am I working on??? :man_shrugging:

Update:
That was a horrible idea…

8 Likes

Mobile twitter doesn’t embed, mind removing the “mobile” from “mobile.twitter” to let everyone see your awesome creation :eyes:

1 Like

This is what happens when I post before my morning coffee. :frowning:

@buildthomas thank for da edit m8.

1 Like

Oh, you mean the USS Midway?
Impressive building!

Working on a few outfits, switched back to PDN after using gimp for about a year :frowning:

10 Likes

why the switch?