Skip to content

Instantly share code, notes, and snippets.

View SDevPlatform's full-sized avatar

SDevPlatform

  • Joined Sep 28, 2025
View GitHub Profile
-- PlayerESP.lua (Character Highlight ESP - See Through Walls)
-- StarterPlayer > StarterPlayerScripts
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local player = Players.LocalPlayer
local camera = workspace.CurrentCamera
-- Settings
local ESP_ENABLED = false
-- FlyMobile.lua (COMPLETE - With GUI Toggle)
-- StarterPlayer > StarterPlayerScripts
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local player = Players.LocalPlayer
local camera = workspace.CurrentCamera
-- Configurable values
local BASE_SPEED = 70