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
| local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() | |
| local isSpeedEnabled = false | |
| local speedValue = 16 | |
| local function updateSpeed() | |
| local character = game.Players.LocalPlayer.Character | |
| if character and character:FindFirstChild("Humanoid") then | |
| if isSpeedEnabled then | |
| character.Humanoid.WalkSpeed = speedValue |