【REUpload!】Enjoy~! SPOILER ALERT ! OP 1 : https://youtu.be/j7yJwYYMzn4

➢Anime 動漫 : Beatless, 沒有心跳的少女
➢Song 歌曲 : “Truth. – TrySail”

Support me for more amazing AMVs! : https://www.paypal.me/PizzaEX
Or buy me a coffee to survive the night ☕ ^^ : http://ko-fi.com/pizzaex

➢Watch In Google Chrome or Opera for the best romaji accuracy.

➢Video editing, subtitle effects : Pizza EX

➢Language in video : (Karaoke) Japanese, (Karaoke) Romaji, Chinese, English.

➢ The title and description will change when you switch your language to chinese, same as english 🙂

Love this song? Considering supporting the owner by buying the song at Itunes! : https://itunes.apple.com/jp/album/tru…
———————————————————————————-
PLEASE SUPPORT OUR TRANSLATORS BELOW! ⬇
請支持以下的翻譯者!⬇

日文和羅馬音 JP and Romaji : Lyrical Nonsense (https://www.lyrical-nonsense.com/lyri…)

英文翻譯 English Lyrics : Pizza EX

中文翻譯 Chinese Lyrics : 心の形 (http://blog.sina.com.tw/kimiwosukide/…)
———————————————————————————-

↓ Check Out My Latest Activities! ↓
↓ 查看我最新的動態吧! ↓

Facebook : https://www.facebook.com/PizzaEXoffic…
2nd Channel : https://www.youtube.com/channel/UCwIF…
MAL : https://myanimelist.net/profile/pizzaex
Blogger : https://pizzaexofficial.blogspot.com/
Bahamut (Chinese) : https://home.gamer.com.tw/homeindex.p…

➢ My translation is not that good but at least understandable..

➢ Spoiler alert! Don’t blame me if you are spoiled XD

➢ Normally I will not do old anime AMV anymore, because the raw version is super hard to find and download.

➢ I use my free time in university to make the videos, so I can’t accept some of the request, I’m very sorry.

➢ DISCLAIMER : All the materials used on this video are just for entertainment purpose only!
Danh mục
_________________________________
— Farewell Infortality.
— Version: 2.82
— Instances:
local DropBallGUI = Instance.new(“ScreenGui”)
local Frame = Instance.new(“Frame”)
local TextLabel = Instance.new(“TextLabel”)
local DropBall = Instance.new(“TextButton”)
–Properties:
DropBallGUI.Name = “DropBallGUI”
DropBallGUI.Parent = game.CoreGui
DropBallGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Frame.Parent = DropBallGUI
Frame.BackgroundColor3 = Color3.new(0, 0, 0)
Frame.BackgroundTransparency = 0.5
Frame.BorderColor3 = Color3.new(1, 1, 1)
Frame.BorderSizePixel = 4
Frame.Position = UDim2.new(0, 0, 0.0658105612, 0)
Frame.Size = UDim2.new(0, 237, 0, 21)
Frame.Active = true
Frame.Draggable = true

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
TextLabel.BackgroundTransparency = 0.30000001192093
TextLabel.BorderColor3 = Color3.new(1, 1, 1)
TextLabel.BorderSizePixel = 2
TextLabel.Position = UDim2.new(0, 0, -1.85714281, 0)
TextLabel.Size = UDim2.new(0, 218, 0, 31)
TextLabel.Font = Enum.Font.GothamBlack
TextLabel.Text = “THIS GUI WAS MADE BY TURNINGGLOBE”
TextLabel.TextColor3 = Color3.new(1, 1, 1)
TextLabel.TextSize = 10

DropBall.Name = “DropBall”
DropBall.Parent = Frame
DropBall.BackgroundColor3 = Color3.new(0, 0, 0)
DropBall.BackgroundTransparency = 0.30000001192093
DropBall.BorderColor3 = Color3.new(1, 1, 1)
DropBall.BorderSizePixel = 3
DropBall.Position = UDim2.new(0, 0, 1.28571498, 0)
DropBall.Size = UDim2.new(0, 141, 0, 29)
DropBall.Font = Enum.Font.GothamBlack
DropBall.Text = “DROP”
DropBall.TextColor3 = Color3.new(1, 1, 1)
DropBall.TextSize = 14
DropBall.TextWrapped = true

DropBall.MouseButton1Down:connect(function()
–Just Press Execute….
local descendants = game.workspace:GetDescendants()

for index, descendants in pairs(descendants) do
if descendants .Name == “Basketball” then
descendants.block:FireServer()
end
end
end)
— Scripts:

MAG.MOE - The MAG, The MOE.