Skip to content

Instantly share code, notes, and snippets.

local Players = game:GetService("Players")
local LP = Players.LocalPlayer
local RS = game:GetService("RunService")
local UIS = game:GetService("UserInputService")
-- 1. PROMPT INICIAL (AZUL)
local ScreenGui = Instance.new("ScreenGui", LP.PlayerGui)
ScreenGui.Name = "EquipeMiguel_V6"
local Prompt = Instance.new("Frame", ScreenGui)