Feedback welcome on Scratch-like / Block Based Programming in Roblox

Hi All!

I would appreciate feedback on this block based Roblox programming tool I’m working on.

  • Can snap blocks together to move NPCs around
  • Can trigger animations on the NPCs
  • Can react to collisions
  • Can broadcast events from one NPC and react on other NPCs
  • Can trigger effects on NPCs
  • Can program with control blocks: repeat, wait, if-else
  • Can equip and use tools
  • Can save/load your programs
  • Can view the generated Lua code (read only) in a Text viewer
  • Can drag props and NPCs around on the “Stage”

One eventual goal is to merge some of the block programming functionality into my other Experience “Ultimate Arduino Builder” : https://youtu.be/7akTcRNO_to
Because coding with text on mobile/tablet is hard.

Both can be tried out here:
Ultimate Scratch Builder

Ultimate Arduino Builder

5 Likes

now tis is impressive and gives the player a lot of opportunities to make new things, I do like this

some UIs could have the text further from the sides because from far away it looks like it’s touching the side
image

Thanks for checking it out!
And thanks for prodding me to clean up text UI…

It’s such a pain that part because although “ViewportFrame” does a great job of taking a picture of the block to put on the panel, ViewportFrame doesn’t allow copying text – so painstakingly – i have to manually put the code back on to each button.

1 Like