sharebophar
Results
2
comments of
sharebophar
``` function UIEditText:getLineInfoAt(x, y) -- returns the wrap, line, and byteoffset -- of specified line local wraps = self.label:getWrap() local line = wraps[y] or "" local byteoffset = x --...
> [@scs-b](https://github.com/scs-b) Ahhh.... that does help indeed. So, converting over from a custom named message to an RPC ended up solving the issue.... 🤔 It would be nice to see...