OS | Simple, Text-Based Class Converter


Roblox Marketplace|0x52


Overview
OS is a text-based class convertor that delivers a variety of conversion options and mutable autocomplete to make class conversion easy and simple and your development process faster.


Meet Light and Dark
OS comes in both light and dark mode to fit into any studio theme you have.

OS_Main_Dark3 OS_Dropdown_Dark

OS_Main_Light OS_Dropdown_Light


Update. Less.
OS uses the web to fetch the latest Roblox class data, meaning you do not have to regularly update.

Smart Autocomplete
OS uses autocomplete to guess what you are trying to type in real time and memorizes your per-object conversion history to deliver precise suggestions. This means you simply need to type 1 or 2 characters and OS will have an almost 100% accurate prediction of what you are looking for, instantly.

Work Everywhere
OS saves Roblox class conversion files to plugin storage so you can use OS in Client and Server contexts even when HTTP requests are not allowed.

Many Ways to Convert
OS provides many ways options to convert classes so you will always have what you need from creating an object with matching properties to replacing an object and preserving the old object’s descendants.


Overall Rating
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

0 voters

OS 1.1.0


Overview
OS 1.1.0 contains important bug fixes, performance improvements, and features.


Changes

  • A selected class identical to the target class can now be inserted and replaced allowing for quick duplication of objects without the need to remove their descendants.
  • To help keep your experiences up-to-date, we will be removing support for deprecated classes and class properties plugin-wide.

Bug Fixes

  • Non-deprecated properties being overwritten by deprecated properties.

Thank you.

OS 1.2.0


Overview
OS 1.2.0 contains bug fixes, additions, and a fresh new UI.


Features

  • Support for attributes on objects

Changes

  • Refreshed UI
  • Performance Improvements

Bug Fixes

  • TextBox traversing incorrectly positions text when cursor enters a position within visible text and text is overflowing on either side of the TextBox's bounds
  • Deprecated properties occasionally caused modern properties to unintentionally update

Thank you.