Skip to content

Initialization

gdr edited this page Aug 8, 2024 · 3 revisions

This page will help you get started in using GEditor.


Explanation

Creating Editor

Creating editor is easy, all you need is 4 lines of code:

local GEditor = require(*GEDITOR PATH*)
local Editor = GEditor:Get("EDITOR_NAME")

local Gui = *SCREENGUI PATH*
Editor.Frame.Parent = Gui

For more info, you should visit Editor Instance wiki page.

Clone this wiki locally