Skip to content

Instantly share code, notes, and snippets.

View rc035201-tech's full-sized avatar

rc035201-tech

View GitHub Profile
-- VUELO MEJORADO - Control de cámara fix
print("Cargando vuelo mejorado...")
-- Servicios basicos
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
-- Jugador local
local player = Players.LocalPlayer