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.
Literally just do it.
local YourGui = Yourguihere
YourGui.Parent = game:GetService("CoreGui")
flag it as solved please : )
1234567890
1 Like