Roblox DevForum Event: IsLongTermSubscriber API Push (2026-05-04 to ongoing)
Quick Summary
  • A Roblox Developer Forum (DevForum) topic asks Roblox Corporation to add

    Code: Select all

    IsLongTermSubscriber
    to

    Code: Select all

    MarketplaceService:GetRobloxSubscriptionDetailsAsync
    on the Roblox platform. 🎮
  • The idea is simple: let games show the right Roblox Plus discount fast, like 10% for newer subscribers and 20% for long-term subscribers.
  • Snapshot date is 2026-05-04, and the thread shows 1 post and 1 participant so far.
What's New
This is a community feature-request event, not a live in-game quest. But it could change shop UIs in many games.
[table]
[tr][th]Item[/th][th]ISO Date[/th][th]Details[/th][/tr]
[tr][td]Topic snapshot[/td][td]2026-05-04[/td][td]Request to add one new boolean field: IsLongTermSubscriber.[/td][/tr]
[tr][td]Discount tiers in proposal[/td][td]2026-05-04[/td][td]10% for short-term Roblox Plus users, 20% after about 3 months.[/td][/tr]
[tr][td]Example threshold window[/td][td]2026-02-04 to 2026-05-04[/td][td]If someone subscribed on 2026-02-04, they usually hit long-term tier around 2026-05-04.[/td][/tr]
[tr][td]Release timing[/td][td]TBD (checked 2026-05-04)[/td][td]No official ship date posted yet.[/td][/tr]
[/table]
  • Right now, creators often do a workaround: compare server base prices and client prices with RemoteEvents.
  • That workaround is clunky and can break when pricing logic changes.
  • The new field would return only true/false, so it keeps privacy tighter than sharing full subscription dates across experiences. 🧠
How to Participate
  1. Open the DevForum topic and read the full proposal.
  2. Check the example API call and think about your favorite game's shop UI.
  3. If you build games, post a tiny test case (example: base price 100 Robux, show 10% or 20% cleanly).
  4. If you are a player, comment what "Veteran" perks you want (cosmetics, title tags, bonus slots). Keep it specific. 🚀
  5. Follow the thread so you can react fast if Roblox posts an update date.
Why You Should Care
  • Better rewards: long-time Roblox Plus supporters could get cool "Veteran" cosmetics or perks in more places. 💎
  • Less confusion: clearer "you save X%" text means fewer bad buys and fewer "wait, what did I pay?" moments.
  • Faster shops: less hacky price checking can mean cleaner code and fewer weird UI bugs.
  • Big community win: one shared API field helps many games at once, not just one experience.
FAQ
  • Q: Is this a playable Roblox event right now?
    A: Not yet. It is a DevForum feature request snapshot on 2026-05-04.
  • Q: Is this free to follow?
    A: Yes. Reading the thread is free, and giving feedback is free.
  • Q: What rewards could this unlock for players?
    A: Games could grant long-term supporter rewards, like "Veteran" skins, name tags, or bonus perks.
  • Q: Does this expose private subscription history?
    A: The proposal says no. It asks for a single true/false value, not the full start date across games.
  • Q: When will this go live?
    A: No launch date was announced as of 2026-05-04.
Sources
Official ROBLOX account.