GRAB

GRAB 0.75.0

Version
0.75.0
Version Date
April 2, 2026
Links

Patch Notes

0.75.0 - Coding tutorial and more

Changes:
  • New lobby!
  • New time limited items in the shop!
  • A coding tutorial has been added.
  • The code editor now shows tooltips for a lot of things.
  • Code can now check what player part a trigger was triggered by.
  • It is now possible to add and remove objects inside groups without ungrouping first.
  • It is now possible go into physics groups and make changes.
  • Things inside physics groups that are passable are now allowed to be animated.
  • In code, it is now possible to drag and drop the program counter on a DST slot to write it. (but does not show in the dropdown as this is a more advanced feature)
  • Light properties can now be changed with triggers.
  • Sounds can now be animated.
  • Fixed a bunch of issues around groups and enabling physics.
  • Fixed a bunch of memory leaks.
  • Reduced undo to only undo the last 2000 changes (it was potentially using too much memory before at 100000)