-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Merge v262 to release #1827
Merged
Merged
Merge v262 to release #1827
+346
−156
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resolves bug where if the TextBox wasn't accessible (Usually CoreGui instances) it would error due to not having the correct capabilities to access the instance.
* Fix indexing nil tab * Move the LogAdded event into the if statement
Changed from incorrect "Lily White" to "Lily white"
Fix a typo that caused an error
* Create alerts.deploy.project.json * Publish alerts module too
* Generate Roblox standard library before lint * Generate Roblox standard library before lint * Update build.sh * Update build.bat
…sualizer (#1774) * Use native and optimize for visualizer * Use native for slider
* add !sit command yes * add * move !sit command from Players to Donors * Sit -> DonorSit
* Update Settings.luau * Update DefaultSettings.luau * Update Variables.luau
…#1803) * [Core.luau] Add task.wait workaround for Studio if the table length exceeds 1000 This will mitigate the extreme lag at the first 5-10 seconds caused by huge amounts of stored data such as BannedList. * [Server.Core.luau] Optimize a bit and increase the length requirement Sorry for the mistake - constantly getting table length each iteration is also a bad idea though
…1805) * Create a new sub-command on whitelist called "wipe" * a * actualy change to clear lol * Partially revert PR-1673 due to unhandled error * nuh uh
* Attempt to fix unbanning on changed player names * Proactive fix for Banning API plugin GetUserIdFromNameAsync & GetNameFromUserIdAsync returns the UserId/Name if a player Instance is passed.
Co-authored-by: Expertcoderz <[email protected]>
* Update LICENSE.luau * Update LICENSE.md
* Fix notification debounce not being utilized The debounce was being set to 1 if the value was set, but other than that, it was not being increased, hence the debounce never kicked in. * off by one; make it 3 notifications again * Debounce table gets cleared within 60 seconds, not after
Prevents severe lag issues.
* Fixed friends tab on the !profile command. * Update Changelog.luau Github username changes from ScriptedConnor to convxors * Update Credits.luau Github username change from ScriptedConnor to convxors --------- Co-authored-by: connor <[email protected]>
* Update Changelog.luau * Update Credits.luau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.