Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple ROBLOX code editor for serversides and other general purposes.

Version Maintenance License: GPL-3.0


Tutorial: How to Use Wackify

Step 1

Import the RBXM of the latest version of Wackify and locate the Frame you want to turn into a code editor.

Step 2

Create a LocalScript and place it near both the Wackify module and the Frame you want to convert into a code editor.
Insert the following code into the LocalScript:

local wackify = require(Path.To.The.Wackify.Module)
wackify:New({ Target = Path.To.The.Target.Frame, Theme = "Dark", StartingCode = 'print("Hello world!")' })

Themes include:

  • Dark
  • Light
  • Dracula
  • Terminal
  • Catppuccin Latte
  • Catppuccin Frappe
  • Catppuccin Macchiato
  • Catppuccin Mocha -# More coming soon...

Or if you would like, you can import your own custom theme by taking a already existing theme form the "Themes" module and changing it up. Then you can import the table into the "wackify:New()" Theme variable, something like this:

local wackify = require(Path.To.The.Wackify.Module)
wackify:New({ Target = Path.To.The.Target.Frame, Theme = {
	LinesBackground = {...
}, StartingCode = 'print("Hello world!")' })

Step 3

You're done!

Show your support

Give a ⭐️ if this project helped you or join our Discord!

About

Simple ROBLOX code editor for serversides and other general purposes.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages