-
`Vector2` and `Vector3` currently do not support the `//` operator in Lune, but they do in Roblox.
Should allow:
- `Vector2 // Vector2` -> `Vector2`
- `Vector2 // number` -> `Vector2`
- `Vector3…
-
I dont understand this:
touchHLE v0.2.1 — https://touchhle.org/
No app specified, opening app picker. Use the --help flag to see command-line usage.
touchHLE::app_picker: Warning: couldn't load i…
GSH23 updated
1 month ago
-
## 2023-11-20 (Mon)
```
$ brew update
Updated 5 taps (tailwarden/komiser, minio/stable, cduggn/cduggn, homebrew/core and homebrew/cask).
==> New Formulae
action-validator ghc@9.6 …
-
Two-way sync is enabled.
repro: just try to write anything in roblox studio inside the ModuleScript under which there is anything.
analysis:
in the rojo panel, you can see that the instigating so…
-
I am trying to use
```rust
part.set_material(&Material::Neon);
```
But it says that it is "Unable to assign property Material. Invalid value 1049436 for enum Material" where 1049436 is a constan…
-
A discord server for the project would be great!
-
The Bevy renderer should be able to instance entities that share a subset of the same properties.
-
Roblox's documentation states that a 409 HTTP error for place-publishing should contain the following message: `"
Place not part of the universe."` However, this error also occurs if the place is ope…
-
I downloaded every single version of the stateye.exe file and none of them did anything, just a small blue circle on the cursor for a second and then nothing. I also tried running the debug applicatio…
-
Its common to use single conditional statements + returns to act as guards/short circuits in code:
```lua
function foo(a, b, c)
if a == "foo" then return true end
if a == "bar" then return…