Skip to content
Compare
Choose a tag to compare
@RealEthanPlayzDev RealEthanPlayzDev released this 04 Dec 17:31

Full Changelog: 1.2...1.3
Changes:

  • Complete plugin rewrite
  • All (edit, server, client) contexts support running source natively (aka using Studio's native Luau compiler and interpreter) (there is still a option in settings to still only use Yueliang and FiOne, keep in mind nearly no support will be provided for this and client still uses native compiler and interpreter at the moment regardless of that setting)
  • A settings ui for managing various settings
  • An executor UI, you can use either the native script editor (default) or the Luau-based editor, editor method is changeable via settings. Also supports running in edit, server, and client contexts
    image
    image

Known bugs:

  • Line marking on the executor's Luau-based editor is broken
  • Client context does not support running source via FiOne and Yueliang (native only)
  • The settings ui setting field name can overlap, workaround is to widen the window to see the whole text at the moment (still looking for solutions for this issue)
  • Missing unlock settings lock button