Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

features/improvements checklist #5

Open
12 tasks
mrparkerlol opened this issue Dec 24, 2020 · 1 comment
Open
12 tasks

features/improvements checklist #5

mrparkerlol opened this issue Dec 24, 2020 · 1 comment

Comments

@mrparkerlol
Copy link
Owner

  • Modules are sandboxed (relies on backend)
  • game:GetObjects() added (instead of making incompatible changes to InsertService, relies on backend)
  • New UI and it's code (already have UI, just need to rework some code to support it)
  • Re-work ClientManager.client.lua (really needs a uplift/rewrite to be cleaner)
  • Support running unauthenticated in Studio (where locals work, but save scripts don't)
  • Work around more edge-cases involving nested script builders (sometimes using setmetatable on shared isn't possible, even in nested tables)
  • Support potentially sharing saved scripts between places, locked to userId (and the ability to toggle that off)
  • Add support for webhooks to create discord -> game chat communication for communities
  • Add text filtering to every instance that can display text in-game, created by code (sandbox)
  • Add text filtering to output, to prevent inappropriate output from being displayed.
  • Support running with HttpService disabled, but warn of the consequences
  • Add warnings for when LoadstringEnabled is false, to allow developers to handle it accordingly
@mrparkerlol mrparkerlol pinned this issue Dec 24, 2020
@jLn0n
Copy link

jLn0n commented Dec 16, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants