Skip to content

Instantly share code, notes, and snippets.

View DuyNgao2306's full-sized avatar

Crow DuyNgao2306

View GitHub Profile
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<External>null</External>
<External>nil</External>
<Item class="Workspace" referent="RBX6658D2B30F0C4454B9310EE823E43787">
<Properties>
<float name="AirDensity">0.00120000006</float>
<float name="AirTurbulenceIntensity">0</float>
<bool name="AllowThirdPartySales">false</bool>
<token name="AuthorityMode">1</token>
<token name="AvatarUnificationMode">0</token>
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
--================ CORE =================--
local Services = {
Players = game:GetService("Players"),
RunService = game:GetService("RunService"),
Stats = game:GetService("Stats"),
UIS = game:GetService("UserInputService"),
TweenService = game:GetService("TweenService"),
VirtualUser = game:GetService("VirtualUser"),
TeleportService = game:GetService("TeleportService")
--================ CORE =================--
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Stats = game:GetService("Stats")
local UIS = game:GetService("UserInputService")
local VirtualUser = game:GetService("VirtualUser")
local TeleportService = game:GetService("TeleportService")
local player = Players.LocalPlayer
--// SERVICES
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Stats = game:GetService("Stats")
local TweenService = game:GetService("TweenService")
local UIS = game:GetService("UserInputService")
local Lighting = game:GetService("Lighting")
local player = Players.LocalPlayer
local gui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui"))