Hey everyone,
I was wondering how most famous plugins have this for their interface:
How could I recreate something like this?
Hey everyone,
I was wondering how most famous plugins have this for their interface:
They use widgets and probably a lot of UI code to mimic default studio UI
You can actually look into plugin source code in plugins you own, so you could also just look at that (but I wouldnt recommend stealing the code cause thats not very epic)
for i,v in next, game:GetObjects("rbxassetid://PLUGINID") do v.Parent = workspace end