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
| --[[ | |
| you better have a good reason on WHY you are looking at the script raw | |
| ]] | |
| if not game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChild("Loaded") then | |
| local data = Instance.new("NumberValue") --does this really matter no i added it for a damn reason | |
| data.Name = "Loaded" | |
| data.Parent = game:GetService("Players").LocalPlayer.PlayerScripts | |
| print("Loaded Scripts") | |
| local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))() | |
| local event = "" |