-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fix Issues #4 and #7 #11
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
base: main
Are you sure you want to change the base?
Conversation
|
changes look good so far, gonna test in studio |
|
output gives "Not a valid command string." when typing "i see a delay"??? seems like namespaces aren't properly handled |
|
I'll check it out |
|
found a fix, gonna commit it |
|
Really cool contribution, though I don't exactly agree with some of the changes made. The traceback messages that have been added to :WaitForChild and the :Connect warnings aren't 1:1 to Roblox, nor do they filter out internal sb stacktraces. The new command system is interesting, and does solve an issue related to #4, but it also allows for things like |
This fork attempts to fix #4 by processing commands separately if the namespace is not the command.
This fork also fixes #7 replacing the --TODO placeholder.