-
```lua
local meta = {
__index = function()
return "foo"
end
}
local myTable = setmetatable({}, meta)
table.freeze(myTable)
--[=[
table.freeze( ** myTable) **
TypeError: Type 'myTable…
-
When accessing plugin settings from the toolbar button, any changes you make will not save.
Example steps taken:
1. Open your place using Roblox Studio
2. Edit the settings script i.e. `startAu…
-
Back in #358, we added bare-bones support for the `SecurityCapabilities` type. At the time, this data type did not have any user facing functionality, making it impossible to infer the meaning of its …
-
When requiring a module relative to the current script, the LSP is unable to find the module. It can find modules perfectly fine from absolute paths but just fails for relative paths for whatever reas…
-
Should be a configuration option or something like that
-
It's possible for users of Roblox Studio to change the directory where Studio will look for local plugins using a setting called [`Studio.PluginsDir`](https://create.roblox.com/docs/reference/engine/c…
-
Only happens with the mod manager, does not occur in normal roblox studio. Happens to different plugins, but only one error usually pops up and it's always the same `Component SideBar cannot consume m…
-
**Affected Areas**
- [x] Verde CLI
- [x] Verde Studio Plugin
- [ ] Verde VSC Extension
**Reason for change**
A lot of file-syncing tools and alternatives lack the feature (or full implementatio…
-
Reproduction steps:
1. Initialize a new Rojo project and run `rojo serve` on it.
2. Start Roblox Studio and open a place.
3. Click "Connect" on the Rojo plugin, and click "Accept" if prompted for c…
-
Title.