ClubiNew
Results
2
issues of
ClubiNew
Enabling Two-Way Sync and then typing in any script causes this error in Studio. The .lua files in the Rojo project remain unchanged. ``` user_rojo.rbxm.Rojo.Plugin.ServeSession:192: attempt to call a nil...
type: bug
scope: plugin
impact: small
version: 6
Using the example from [https://luau-lang.org/typecheck#type-packs](https://luau-lang.org/typecheck#type-packs): ```lua type Signal = { f: (T, U...) -> () } local signal: Signal = { f = function(a, b, c) print(a, b, c) end,...