Skip to content

Instantly share code, notes, and snippets.

View Dln14dvd's full-sized avatar

Dln14dvd

  • Joined Oct 2, 2025
View GitHub Profile
loadstring([[
local Players = game:GetService("Players")
local TweenService = game:GetService("TweenService")
local player = Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local savedPosition = nil
-- GUI Principal
local screenGui = Instance.new("ScreenGui")