Skip to content

Instantly share code, notes, and snippets.

View berlimjoel4-sudo's full-sized avatar

berlimjoel4-sudo

  • Joined Oct 5, 2025
View GitHub Profile
local Players = game:GetService("Players")
local localPlayer = Players.LocalPlayer
print("🟢 LocalScript iniciado") -- ver en consola
-- Espera PlayerGui
local playerGui = localPlayer:WaitForChild("PlayerGui")
print("PlayerGui encontrado:", playerGui and "sí" or "no")
local screenGui = Instance.new("ScreenGui")