[Plugin] - How would I put UI in CoreGui?

Keeping it simple and clear. How would I put UI in CoreGui from an plugin. An example would be Moon Animator since they insert their UI’s in CoreGui. However I do not know how to achieve this.

Capture

Literally just do it.

local YourGui = Yourguihere
YourGui.Parent = game:GetService("CoreGui")

When creating your UI, as @TestAccount563344 said, just literally put the parent as game.CoreGui

flag it as solved please : )

1234567890

1 Like