This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local CoreGui = game:GetService("CoreGui") | |
| local Players = game:GetService("Players") | |
| local RunService = game:GetService("RunService") | |
| local UserInputService = game:GetService("UserInputService") | |
| local lp = Players.LocalPlayer | |
| local mouse = lp:GetMouse() | |
| local camera = workspace.CurrentCamera | |
| -- CONFIGURACIÓN DE FUENTE | |
| local SelectedFont = Enum.Font.SpecialElite -- Puedes cambiarlo a GothamSSm si prefieres algo más liso |