| CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 06:55:04 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=32b9943b46b95bae4628cf13088371a285212d26cd0116526322c4bc3bc52a11a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22JIWPGDu2_3ZYEsSmbpbEGmoECscOY2be%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d4b081aca5c18d-BLR
Bossfight System 2 (STORY GAME) - Pastebin.com
SHARE
TWEET
Bossfight System 2 (STORY GAME)
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TweenService = game:GetService("TweenService")
- local BossMonster = game.Workspace.EvilSungmin --- Change by your BossNPC
- local function playMonsterAnimation()
- local animation = Instance.new("Animation",BossMonster)
- animation.AnimationId = "https://roblox.com/assets/?id=1083195517"
- local humanoid = BossMonster:FindFirstChild("Humanoid")
- humanoid:LoadAnimation(animation):Play()
- wait(1)
- animation:Destroy()
- end
- local function FireballChallenge()
- for i=1,3 do
- playMonsterAnimation()
- for i,player in pairs(game.Players:GetPlayers()) do
- if player.Character then
- local fireball = game.ReplicatedStorage.Fireball:Clone()
- local target = game.ReplicatedStorage.Target:Clone()
- target.Parent = game.Workspace
- target.CFrame = (player.Character.HumanoidRootPart.CFrame - Vector3.new(0,3,0)) * CFrame.Angles(0,0,math.rad(90))
- wait(0.5)
- fireball.Parent = game.Workspace
- fireball.CFrame = target.CFrame + Vector3.new(0,60,0)
- wait(2)
- target:Destroy()
- end
- end
- wait(1)
- end
- end
- local function LavaChallange()
- local tweenInfo = TweenInfo.new(2)
- local Plataforms = game.ReplicatedStorage.PlataformsModel:Clone()
- Plataforms.Parent = workspace
- wait(2)
- local goalLavaUp = {}
- goalLavaUp.CFrame = workspace.Lava.goalPositionPart.CFrame
- local moveLavaUpTween = TweenService:Create(workspace.Lava.Handle, tweenInfo, goalLavaUp)
- moveLavaUpTween:Play()
- wait(7)
- local goalLavaDown = {}
- goalLavaDown.CFrame = workspace.Lava.goalPositionPart.CFrame - Vector3.new(0,10,0)
- local goalLavaDownTween = TweenService:Create(workspace.Lava.Handle, tweenInfo, goalLavaDown)
- goalLavaDownTween:Play()
- wait(3)
- Plataforms:Destroy()
- end
- while wait(5) do
- if BossMonster.Humanoid.Health > 800 then
- BossMonster.ForceField.Visible = true
- FireballChallenge()
- LavaChallange()
- BossMonster.ForceField.Visible = false
- else
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ A
JavaScript | 6 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 16 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 25 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 34 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ E
JavaScript | 43 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 54 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Y
JavaScript | 1 min ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ A
JavaScript | 1 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand