stress testing some sliders
External MediaLooks 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.
Im working on an adventure game, the alpha should release soon
Can not view video
Dont choose one of the colors, make differenta vailable themes in settings!
Programming the UI @doctr_oof is currently working on for our amazing project.
https://twitter.com/4ohm_/status/1095517367411585024
x.com (the frame drops was the mobile recording :<)
x.com
Can’t wait to show this off when it’s done
https://twitter.com/GuestCapone/status/1095914178211139587
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.
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 (usesHttpService::UrlEncode
-
string.commas(number)
- Adds thousandth separators to a number -
string(val [, val1 [, val2 [, val3 [, ...]]]])
- Convert provided arguments to string (usestostring
). -
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 thetarget
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’sconst
variables orObject.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.
Mobile twitter doesn’t embed, mind removing the “mobile” from “mobile.twitter” to let everyone see your awesome creation
This is what happens when I post before my morning coffee.
@buildthomas thank for da edit m8.
Oh, you mean the USS Midway?
Impressive building!
why the switch?