digit

10 posts

digit banner
digit

digit

@dig1tt

working on https://t.co/dm7me9D0Lp https://t.co/aLP6OFvn34 https://t.co/yUv7qssCDv

Chicago 参加日 Ekim 2012
427 フォロー中225 フォロワー
digit
digit@dig1tt·
just open-sourced attrify a behavior system for roblox that lets you add game mechanics with just tags and attributes instead of writing scripts for everything jump pads, coins, combat, doors, obbies... 50 behaviors you can just tag onto parts and configure github.com/dig1t/attrify
English
16
34
738
34.9K
digit
digit@dig1tt·
Your AI Agent can now learn how to start a rojo project, write typed luau systems, debug, and audit your code for exploits • luau-best-practices - Clean patterns & security • luau-type-expert - Type-safe Luau code • rojo-pro - Project setup & workflows Works with Claude Code & Cursor: npx skills add dig1t/skills #RobloxDev
digit tweet media
English
1
0
1
450
digit
digit@dig1tt·
Roblox released this neat Luau feature earlier this year that allows you to use string requires! Here’s an example of how you could convert your code to use string paths #RobloxDev #RobloxStudio #Roblox
digit tweet media
English
9
9
165
7.5K
digit
digit@dig1tt·
Dev Tip: Use boolean expressions in variables! Instead of writing bulky if statement blocks, use these shorthands for cleaner code: X and Y or Z or if X then Y else Z. What's the difference? X and Y or Z: Compact but tricky! It evaluates X first. If X is true it returns Y, but if X is false, it returns Z. Watch out! If Y is false, Z may sneak in unexpectedly! if X then Y else Z: Clearer and safer. Explicitly assigns Y if X is true and Z if false. #RobloxDev #RobloxStudio #Roblox
digit tweet media
English
5
3
66
4.3K
digit
digit@dig1tt·
Struggling with AutomaticCanvasSize for lists or grids? It often sets the canvas height too short, clipping elements, or too large, leaving a huge gap. I made a module that perfectly sizes ScrollingFrame canvas heights! #RobloxDev #RobloxStudio #Roblox
digit tweet media
English
4
2
31
2K
digit
digit@dig1tt·
Dev Tip: Safely remove items from a table! Normal loops break when using table.remove because the table size changes when removing an item. Loop backwards instead! This method is commonly overlooked by devs. #RobloxDev #RobloxStudio #Roblox
digit tweet media
English
0
2
88
4.2K
digit
digit@dig1tt·
Dev Tip: avoid magic numbers! Using hard coded values like "health -= 13.4" reduce clarity and makes things harder to find. Use constants instead and choose clear names like BLAST_RADIUS, PLAYER_RUN_SPEED, and WINNER_COIN_AWARD #RobloxDev #RobloxStudio #Roblox
digit tweet media
English
0
0
17
922
digit
digit@dig1tt·
I made a FREE module for easily managing player leaderboards! Get, set, and increment stats in one place! #RobloxDev #RobloxStudio #Roblox
digit tweet media
English
3
1
40
3.1K
digit
digit@dig1tt·
Control your obby’s lava with one script! Tag parts with "Lava" using CollectionService to damage players. #RobloxDev #RobloxStudio #Roblox
English
8
2
79
7.2K