Skip to content

Instantly share code, notes, and snippets.

View crisbalc21-prog's full-sized avatar

crisbalc21-prog

  • Joined Oct 4, 2025
View GitHub Profile
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
repeat wait() until LocalPlayer
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "DexHub"
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = game:GetService("CoreGui")
local main = Instance.new("Frame")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
repeat wait() until LocalPlayer
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "DexHub"
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = game:GetService("CoreGui")
local main = Instance.new("Frame")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local gui = script.Parent
local tpButton = gui:WaitForChild("TP_Button")
local tp2Button = gui:WaitForChild("TP2_Button")
local trasButton = gui:WaitForChild("TRAS_Button")
local savedCFrame = nil