Universal Script πŸ“Œ
1.2k Views

Bye everyone

Universal Script πŸ“ŒUploaded by
11 months ago
Please login to perform these actions:

Description

I'll cry without you...

View Raw
Edited By: ZHEKA22K Download


Comments
7
User profile picture
Kklllwa 11 months 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()
User profile picture
ZHEKA22K 11 months 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()
User profile picture
QbvxiUdXG8nehUsRNfgUAdmin
Admin Badge
Admin
Verified Badge
Verified User
11 months ago
Wth
User profile picture
Uhrvns 11 months ago
Tysm Bro Keep It Up Don't Give Up❀️
User profile picture
ZHEKA22K 11 months ago
@batusd3009 This is the first time I see a verified user replying to me...
Uhrvns's profile pictureUhrvnsTysm Bro Keep It Up Don't Give Up❀️
User profile picture
ZHEKA22K 11 months ago
@Skidddddd I'll try to change my email.
Uhrvns's profile pictureUhrvnsTysm Bro Keep It Up Don't Give Up❀️
User profile picture
ZHEKA22K2 11 months ago
@Skidddddd its my account
Please Login to add a comment.