Skip to content

YourLocal-hub/CustomUR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomUR

Rayfield-style Roblox UI Library

✨ Features

  • Custom UI components (Window, Tab, Button, Inputbox)
  • Components: Toggle, Slider, Checkbox
  • Easy Instance.new("Window")-style API

🚀 Usage

local CustomUR = loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocal-hub/CustomUR/main/CustomUR/init.lua"))()
local gui = CustomUR.CreateWindow({ Name = "My GUI" })

gui:Button({ Text = "Hello", Callback = function() print("Clicked") end })

About

RayField Inspired

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages