Danilo Guanabara
Danilo Guanabara
I made it work once, but now, with no obvious change made, I am getting this error. I've tried for many hours to reproduce every step to make it work...
My initial attempt was to try to copy everything in the roblox folder to rojo's default project src/server folder. I have no idea how I got it to work. But...
So, in order to make it work I had to: 1. Copy `runtime.lua` from Wasynth 2. Copy the `Function` definition from `runtime.luau` to `runtime.lua`
The last error I got was possibly happening because the rustflags in .cargo/config where missing when using `cargo build --manifest-path`. Also `.cargo/config` is deprecated in favor of `.cargo/config.toml`. I wonder...
> `Integer` is defined separately in Wasynth as there's two implementations, the table-based version (faster) and the vector-based version (more memory efficient.) I believe roblox-rs is using the vector-based one,...
I get this, my question was mostly about: Do I really need to copy the Integer implementation in the runtime.lua file? Or is there a correct way to do include...
If we have the following design: * Match Entity * Grid Component * Players Component We just need to make sure both accounts belong to the same entity
It's also important to note that `person (smiling:0.0)` also outputs a person smiling.
I see your point and I will bring these examples. But I suspect that “person ” should be closer to “person” than “person smiling”. Em qui., 22 de ago. de...