Skip to content

Instantly share code, notes, and snippets.

View pasut507-source's full-sized avatar

pasut507-source

  • Joined May 23, 2026
View GitHub Profile
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