Skip to content

Instantly share code, notes, and snippets.

View igor09mn-create's full-sized avatar

igor09mn-create

View GitHub Profile
-- LocalScript (StarterPlayerScripts)
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local TweenService = game:GetService("TweenService")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local Lighting = game:GetService("Lighting")
local Camera = workspace.CurrentCamera
local p, UIS, RS, L = game.Players.LocalPlayer, game:GetService("UserInputService"), game:GetService("RunService"), game:GetService("Lighting")
local speed, infJ, noclip, espT, spin, levit, spam, fBright, J = 16, false, false, false, false, false, false, false, 55
-- // TELA DE INTRODUÇÃO COM DESFOQUE // --
local introSg = Instance.new("ScreenGui", game.CoreGui)
local blur = Instance.new("BlurEffect", L)
blur.Size = 0
local ts = game:GetService("TweenService")
ts:Create(blur, TweenInfo.new(1), {Size = 24}):Play()