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
| -- 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 |
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 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() |