Skip to content

Instantly share code, notes, and snippets.

View ShadowEngineer's full-sized avatar
🫡

ShadowEngineer

🫡
  • United Kingdom
  • 23:50 (UTC +01:00)
View GitHub Profile
@ShadowEngineer
ShadowEngineer / luau-vs-code-documentation-snippets.json
Last active March 29, 2024 17:49
The full list of Moonwave documentation snippets I use in my day-to-day documentation work on Luau/ROBLOX repositories that use Moonwave as their documentation site generator.
{
"Moonwave Comment": {
"prefix": [
"moonwavecomment",
"doccomment"
],
"body": [
"--[=[",
"\t$0",
"]=]"
---
title: Recycling List
---
%% mermaid diagram for the 'To Be Recycled List'
stateDiagram-v2
    SI: SelectingItems
    ID: Idle

    state RetrievingItemsFromDB {
---
title: Item Scanner
---
%% mermaid diagram for representing the state of the item scanner
stateDiagram-v2
    ID: Idle
    SC: Scanning
    PI: ProcessingIcon
    state ProcessingBarcode {
timeline
    title Temple Security Force Clearance Levels
    PUB : Public
        : Any member of the Jedi Order.
    ENL : Enlisted
        : Any member of the Temple Security Force.
    OFC : Officer
        : Any member of the Temple Security Force ranked Ranger/Templar or higher.
 SNL : Senior Leadership
mindmap
  Glacial Abyss
    Tomb of Darth Kennaex
      Dark Council Chambers
        Darth Validus' Chamber
          Dark Honor Guard Quarters
      Sith Barracks
      Defense & Security Dojo
 Excavation Pit

The Known Galaxy The Known Bugs

This gist is a list of all known bugs that exist in the game, that the TKG development team is aware of, and is willing to publicise (some bugs are game-breaking and should not be announced to the whole community).

It is tracked and regularly updated for the community's awareness, and so that developers won't receive pings over the same, already-reported bugs multiple times. It is encouraged that all members of TKG check this list whenever they think they've found a bug, before reporting it.

Bugs

Map Bugs

  • Sometimes, when spawning in, the character either spawns below the room or in the floor. The cause is unknown, but likely Roblox changing their internal ways that the spawn locations work.

The Known Galaxy Changelog

This is the official changelog of The Known Galaxy experience where all additions, changes and removals from the game's core features are listed. This changelog dates back to the first version of the game after the Nidoxs / SolarHorizon rewrite. This changelog is updated each time an update is released so be sure to check this after each update to see what's changed.