Ketasaja

Results 4 comments of Ketasaja

Possible variant without table indexing or a function call. ```luau --!strict local s: string = "t" if s == "" then s ..= "," -- TypeError: Type 'string' could not...

Another variant. Even if technically `t` could be `nil` in the callback, this behavior is an inconsistency. ```luau type t = { value: boolean, } local t: t? = nil...

https://github.com/Roblox/creator-docs/pull/726

[Documentation](https://create.roblox.com/docs/reference/engine/datatypes/CFrame#ToObjectSpace) update is live.