From f1e6525e705b98efb842426288913c83857636b4 Mon Sep 17 00:00:00 2001 From: zurai02 Date: Sun, 31 May 2026 16:56:57 +0500 Subject: [PATCH] Change code block language from lua to luau --- rayfield/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rayfield/getting-started.mdx b/rayfield/getting-started.mdx index 28368dd..60aefa4 100644 --- a/rayfield/getting-started.mdx +++ b/rayfield/getting-started.mdx @@ -13,7 +13,7 @@ description: How to load Rayfield into your script and enable configuration savi Add the following line at the top of your script to load the Rayfield library. -```lua +```luau local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() ```