Lua Chat for All iPhone Users

Hi everyone,

Last month, I posted about a beta release for a chat update on iPhones. The update included some cool improvements like a fresh new chat UI and faster loading times. Today, we’re excited to unveil the most amazing part about this release: this new chat app was written in Lua!

Every chat bubble, every user avatar, every tween was written entirely using the same tools that Roblox developers all know and have access to. For Roblox, this is a huge breakthrough in demonstrating the capabilities of our platform – a smooth, seamless 2D experience supported by a 3D game engine.

We have rolled out this new Lua chat app for all iPhone users today, and we invite you all to ask about how features were built or leave feedback on the chat itself (e.g. suggestions, bug reports). To use the most updated version of Lua chat, please update your Roblox app from the app store. We will be gradually rolling out this new update, but all users should be able to see Lua chat by the end of the week.

Next, we will be working to launch Lua chat for iPads, as well as Android phones and tablets, so don’t worry if you don’t have an iPhone. Stay tuned!

Best,
Caelestene

41 Likes

Looks great! Can’t wait to try it out.

2 Likes

Was this like a research and development project internally for the new constraints? This seems pretty legit.
So if we were to remove the UI, would it just be an empty skybox?

2 Likes

Intuitively it would make sense if they only had a partial hierarchy present (only a UI?) and that there is no 3D view behind that at all, but who knows?

1 Like

PUBLIC ANNOUNCEMENTS HAS BEEN SPILLING WITH GOODIES FOR THE PAST FEW DAYS KEEP IT COMING.

:smile:

6 Likes

You should really charge your battery

But this is really cool, is there a special date you plan to release or notify us about android? I prefer that over iphones and would love to know if there’s a specific date.

10 Likes

Actually, the framerate throttles when there isn’t activity so it will be able to support 3D elements as well. The framerate optimization pretty much keeps it viable as a chat app (read: battery life) while still having the ability to run a 3D engine. So yeah, a skybox is behind the UI. A lot of potential and exciting use cases here.

So it ends up being a lot more capable than your average chat app.

7 Likes

Really cool to see things being shipped in lua on the site - can’t wait to see what’s next!! :grin:

1 Like

Android is currently finishing development and should release before the end of the year.

8 Likes

Great guys and lads, keep the great work :^)

1 Like

This project helped us iron out tons of bugs with nested UIListLayouts, and the interactions between UIListLayouts, ScrollingFrames, and other GUI elements.

If you remove the UI, I think you’ll see whatever skybox the avatar editor uses. They exist in the same data model, which makes switching between the two a lot quicker.

We did have to do a bit of work to implement render throttling and a few other optimizations so that battery life would be reasonable – building mobile chat is very much unlike most Roblox games!

9 Likes

This is really cool.

I have a few questions.

  • Battery life! How can we take advantage of the optimizations made?
  • I see you can now copy and paste into the dialog, however the following things are missing. Are these features coming anytime soon?
    • Highlighting
    • Copying text from other users

Are there any new plans to merge this into games? If you can easily overlay/render datamodels on top of each other it would be possible for us to get integrated onsite/mobile/game chat. I.E. I don’t have to stop talking to my friends while playing Roblox!

3 Likes

I’ll let someone else answer the battery life question.

Highlighting / copying text: definitely want to add this in the future.

Unified game chat and app chat: dun dun dun… stay tuned!

We’re also going to be adding cool 3D features to chat. It’s really exciting what we can build now that everything is in Lua now!

3 Likes

Most of the optimizations we’ve made have been rolling out gradually as we’ve made them over the past few months.

We have an optimization in chat right now that throttles rendering all the way down to 1 FPS when there’s no activity, but I don’t think it’s a very useful thing to do for most Roblox games. I’d still like to find a way to apply it to the GUI parts of games – if we do that, hopefully no one will notice except for better performance! :slight_smile:

1 Like

Very neat.

Ikr. That’s what I was going to say lmao.

2 Likes

Amazing!

Lua Chat has launched for all iPad users! :slight_smile:

9 Likes

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.