You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension Builder (must include: Permissions handler to cancel out/change anything in SocialChat, Integration logic to prevent errors, and ensure stability with error feedback)
General Improvements:
RichText multi-layer support
Offset Sizing -> Scale Sizing to support screen size changes
Build support for custom UI changes to SocialChat (this includes a custom debugger)
Extensions:
Emojipedia: An extension that independently inserts Twemoji into your SocialChat build! You may add your own Emojis along with support for gif emojis!
Rocord: An extension that simulates Discord with SocialChat! Rocord adds new markdown syntaxing for spoilers and username mentions! You can also add reactions to messages, get user details (who they are, icons, etc.), check what time messages were created, and adds additional API integration objects for SocialChat! (these include: MessageObjects, InteractionObjects, and AnimationObjects!)
Autofiller: An extension that provides autofill simulation into SocialChat! (this is useful for good admin command UX)
API:
ChatService.ProcessMessage = function(messageObject : metaTable) (allows developers to dynamically accept/reject message requests from clients) [SERVER ONLY]
Markup Developer tools for unique richText markdowns! (based on module configs) [eg. the word ex gets highlighted in rgb(255,40,95)]
The text was updated successfully, but these errors were encountered:
Content Rebuilding:
General Updates:
General Improvements:
Extensions:
API:
ChatService.ProcessMessage = function(messageObject : metaTable)
(allows developers to dynamically accept/reject message requests from clients) [SERVER ONLY]ex
gets highlighted inrgb(255,40,95)
]The text was updated successfully, but these errors were encountered: