Skip to content

Syntax highlighter for textboxes ported to support on executors.

Notifications You must be signed in to change notification settings

hello-n-bye/textbox-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syntax Highlighting

A module originally found on the Devforum, ported to support exploit needs using loadstring() instead of require.

Usage

Importing the library

local module = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/hello-n-bye/textbox-syntax/main/highlighter.lua"))()

Applying to a TextBox

local module = loadstring(game:HttpGetAsync("..."))() -- Replace the url with the correct one.

module.highlight({
  textObject = script.Parent -- A LocalScript inside of your TextBox
})

Proper Credits

Checkout the original author's repository here.

Original code by BoatBomber, ported to exploits by me.

About

Syntax highlighter for textboxes ported to support on executors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages