-
### Acknowledgement of preliminary instructions
- [ ] I have read the preliminary instructions, and I am certain that my problem has not already been addressed.
### What problem did you encounter?
…
-
You have download a roblox place file instead of the roblox script file.
-
It appears roblox has added a new type and now files are failing to (de)serialise.
-
-
Using the following script rbxmk produces a ``.rbxm`` file that crashes roblox studio.
Through some debugging I've determined that it's related to the PrimaryPart property on ``Model1``
PoC Script…
-
I have attached a [Repro File (.zip)](https://github.com/rojo-rbx/rojo/files/14442202/Repro.zip). It contains a billboard gui located in ReplicatedStorage
Repro Version: Rojo 7.4.1.
Repro Steps:
…
-
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 …
-
This means place files saved as rbxlx cannot be easily opened from the explorer.
(Perhaps it would be a good idea to associate .rbxm with studio too?)
-
Roblox only writes `UniqueId` properties to place files (rbxl/rbxlx), and never writes them to model files (rbxm/rbxmx). rbx-dom should do this too.
-
wally?