Skip to content

cens6r/orion.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

orion.py

roblox orion ui lib, but python

tutorial

  1. import library and initialize
from orionlib import Orion

generator = Orion("original")
  1. create the script
generator.Create("./", "script_test")
  1. make a window
generator.MakeWindow(Name="Test GUI", HidePremium=False, SaveConfig=True, ConfigFolder="OrionTest")
  1. make a tab
generator.MakeTab(WindowName="Test GUI", Name="Tab 1", Icon="rbxassetid://4483345998", PremiumOnly=False)

About

roblox orion ui lib, but python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages