This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Loading the Rayfield Library | |
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() | |
local GuiService = game:GetService("GuiService") | |
local VirtualInputManager = game:GetService("VirtualInputManager") | |
-- Creating a Window | |
local Window = Rayfield:CreateWindow({ | |
Name = "Zatonyvshi Hub", | |
Icon = 0, | |
LoadingTitle = "Zatonyvshi Hub Interface", |