From 86951ce84d3e159698f765ffda2a9c30d8c7c961 Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Wed, 4 Feb 2026 10:54:03 +0000 Subject: [PATCH] Update source.lua --- source.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source.lua b/source.lua index 27e2de4..e2ed888 100644 --- a/source.lua +++ b/source.lua @@ -1582,6 +1582,8 @@ end function RayfieldLibrary:CreateWindow(Settings) + if debugX then warn('Creating window') end + if Rayfield:FindFirstChild('Loading') then if getgenv and not getgenv().rayfieldCached then Rayfield.Enabled = true @@ -4009,3 +4011,4 @@ end) return RayfieldLibrary +