Tower of Hell Tween Win OPENSOURCE

Description

Tween teleports u to win glow

--WIN SCRIPT FOR TOWER OF HELL
--NOT AUTOFARM!!!!
--OPENSOURCE
for i,v in game.Players.LocalPlayer.Character:GetChildren() do
if v.ClassName == 'Part' then
local fb = v:FindFirstChild('TouchInterest')
if fb then
fb:Destroy()
end
end
end

local tweenservice = game:GetService('TweenService')
local humanoidrootpart = game.Players.LocalPlayer.Character.HumanoidRootPart
local goal = {}
goal.CFrame = workspace.tower.sections.finish.FinishGlow.CFrame

local info = TweenInfo.new(2)

local tween = tweenservice:Create(humanoidrootpart,info,goal) 
tween:Play()
task.wait(2.5)
humanoidrootpart.Parent.Humanoid.Health = 0
task.wait(0.6)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!