Is there only one ending in the demo?
Yes, currently there is only one ending in the demo. The developer plans to add multiple endings for the full release.



This Visual Novel · Ren'Py game is available for free on LELALOL. No payment required — sign in to unlock direct download links for Windows, Mac, Linux, Android, and iOS when available.
Last updated on LELALOL: Jul 7, 2026
Yes, currently there is only one ending in the demo. The developer plans to add multiple endings for the full release.
The camera allows you to take multiple selfies and choose which one to send. Each selfie request offers several options to select from.
Yes, hanging up the phone during any part of the call skips it and continues the game as if you had played through the call. This is not an intentional feature but works this way.
To check comments on your own post: click on your user photo from your post, open your own photo (the only one available), scroll down to read the comment labeled 'Barista...'
The developer aims to release more content and game progression once a month through Patreon. The full release will likely take 4-6 months.
Version 0.2 is set to be released on Patreon, but there isn't a specific timeline provided for its release date.
To open and edit Renpy .rpy files, you need to download a code editor software like Visual Studio Code. The .rpy files are located in the 'game' subfolder of your game directory.
You can create a simple Python script to generate unique comments for characters. Use random choices from predefined start, middle, and end phrases to construct varied comments. For example: ```python import random def generate_comment() -> str: starts = ["", ""] middles = ["", ""] ends = ["", ""] return f'{random.choice(starts)} {random.choice(middles)} {random.choice(ends)}' ```
Unfortunately, you cannot adjust the text speed for messages that appear between phone sessions. The 'Text Speed' option in Renpy preferences does not affect these messages.
Cheats and codes for this game are available to signed-in members.