Universal Script 📌
1.3k Views
385 Executions

Bye everyone

Universal Script 📌Uploaded by
1 year ago
Please login to perform these actions:

Description

I'll cry without you...

View Raw
Edited By: ZHEKA22K Download


Comments

8
Log in to join the conversation. Login
Uhrvns's profile picture
Uhrvns1 year ago

Tysm Bro Keep It Up Don't Give Up❤️

3
ZHEKA22K's profile picture
ZHEKA22KUploader1 year ago

@Skidddddd I'll try to change my email.

2
ZHEKA22K2's profile picture
ZHEKA22K21 year ago

@Skidddddd its my account

2
QbvxiUdXG8nehUsRNfgU's profile picture
QbvxiUdXG8nehUsRNfgUVerified
Verified Badge
Verified User
1 year ago

Wth

3
ZHEKA22K's profile picture
ZHEKA22KUploader1 year ago

@batusd3009 This is the first time I see a verified user replying to me...

2
bopery7's profile picture
bopery71 year ago

chatgpt script

2
ZHEKA22K's profile picture
ZHEKA22KUploader1 year ago

--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local RunService = game:GetService("RunService") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") -- Создаем интерфейс local screenGui = Instance.new("ScreenGui") screenGui.Name = "MessageGui" screenGui.Parent = playerGui screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling -- Черный фон local background = Instance.new("Frame") background.Size = UDim2.new(1, 0, 1, 0) background.Position = UDim2.new(0, 0, 0, 0) background.BackgroundColor3 = Color3.new(0, 0, 0) background.BorderSizePixel = 0 background.Parent = screenGui -- Текст local textLabel = Instance.new("TextLabel") textLabel.AnchorPoint = Vector2.new(0.5, 0.5) textLabel.Position = UDim2.new(0.5, 0, 0.5, 0) textLabel.Size = UDim2.new(0.8, 0, 0.2, 0) textLabel.BackgroundTransparency = 1 textLabel.Text = "Hello, guys. Google deleting my account, sorry everyone(... But I can make new accounts(name soon:))." textLabel.TextColor3 = Color3.fromRGB(173, 216, 230) -- Светло-синий textLabel.TextScaled = true textLabel.Font = Enum.Font.SourceSansBold textLabel.TextWrapped = true textLabel.Parent = background -- Анимация покачивания local swayInfo = TweenInfo.new( 2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, -1, true ) local swayTween = TweenService:Create( textLabel, swayInfo, {Rotation = 3} -- Угол наклона ) swayTween:Play()

2
Kklllwa's profile picture
Kklllwa1 year ago

--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local RunService = game:GetService("RunService") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") -- Создаем интерфейс local screenGui = Instance.new("ScreenGui") screenGui.Name = "MessageGui" screenGui.Parent = playerGui screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling -- Черный фон local background = Instance.new("Frame") background.Size = UDim2.new(1, 0, 1, 0) background.Position = UDim2.new(0, 0, 0, 0) background.BackgroundColor3 = Color3.new(0, 0, 0) background.BorderSizePixel = 0 background.Parent = screenGui -- Текст local textLabel = Instance.new("TextLabel") textLabel.AnchorPoint = Vector2.new(0.5, 0.5) textLabel.Position = UDim2.new(0.5, 0, 0.5, 0) textLabel.Size = UDim2.new(0.8, 0, 0.2, 0) textLabel.BackgroundTransparency = 1 textLabel.Text = "Hello, guys. Google deleting my account, sorry everyone(... But I can make new accounts(name soon:))." textLabel.TextColor3 = Color3.fromRGB(173, 216, 230) -- Светло-синий textLabel.TextScaled = true textLabel.Font = Enum.Font.SourceSansBold textLabel.TextWrapped = true textLabel.Parent = background -- Анимация покачивания local swayInfo = TweenInfo.new( 2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, -1, true ) local swayTween = TweenService:Create( textLabel, swayInfo, {Rotation = 3} -- Угол наклона ) swayTween:Play()

2