Giter Site home page Giter Site logo

Comments (3)

YagUber avatar YagUber commented on May 25, 2024

Hey fellow bloxxer! Sadly the developer console is riddled with bugs, and this one in particular deals with how Roblox handles string lengths.

A quick and dirty fix for this would be to modify the main message loop in RefreshMessagesForReal to cap writable strings at the limit.

if (message.Message:len() >= 199988) then
    message.Type = Enum.MessageType.MessageError.Value
    message.Message = "[String too long]"
end

While this would work (for this situation), I do not feel it is a good solution. A much better way to handle this would be to separate characters into easily manageable chunks and reconstruct them within the console, instead of being concatenated all at once, to allow for entire string to be fully presented.

from core-scripts.

cliffchapmanrbx avatar cliffchapmanrbx commented on May 25, 2024

Hi there, thank you for your feedback. We're going to be closing this repository as we've chosed the Roblox Dev Forum as our venue for developer feedback. Please feel free to migrate your feedback to a DevForum post if you feel it is still relevant.

from core-scripts.

VMpc avatar VMpc commented on May 25, 2024

bro I hate people of a 13% population

from core-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.