Break In 2 (Story)
32.5k Views
41 Executions

OPEN SOURCE

Break In 2 (Story)Uploaded by
3 years ago
Please login to perform these actions:

Description

ALOT OF FEATURES credits to the owner (i forgor)

View Raw
Edited By: TangleMangle Download


Comments

6
Log in to join the conversation. Login
TangleMangle's profile picture
TangleMangleUploader3 years ago(edited)

UPDATE: ADDED GET SECRET ENDING TO THE HUB, AUTO KILL ARE NOW BETTER etc i cant name all of them

1
firstpilot's profile picture
firstpilot3 years ago(edited)

hope it help

1
firstpilot's profile picture
firstpilot3 years ago(edited)

kill all it should not like this local function KillEnemies() for i, v in pairs(game:GetService("Workspace").BadGuys:GetChildren()) do v:FindFirstChild("Humanoid", true).Health = 0 end for i, v in pairs(game:GetService("Workspace").BadGuysBoss:GetChildren()) do v:FindFirstChild("Humanoid", true).Health = 0 end for i, v in pairs(game:GetService("Workspace").BadGuysFront:GetChildren()) do v:FindFirstChild("Humanoid", true).Health = 0 end end it should local function KillEnemies() for i, v in pairs(game:GetService("Workspace").BadGuys:GetChildren()) do local args = { [1] = v, [2] = 64.8, [3] = 4 } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitBadguy"):FireServer(unpack(args)) end for i, v in pairs(game:GetService("Workspace").BadGuysBoss:GetChildren()) do local args = { [1] = v, [2] = 64.8, [3] = 4 } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitBadguy"):FireServer(unpack(args)) end for i, v in pairs(game:GetService("Workspace").BadGuysFront:GetChildren()) do local args = { [1] = v, [2] = 64.8, [3] = 4 } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitBadguy"):FireServer(unpack(args)) end end

1
catlover326's profile picture
catlover3263 years ago(edited)

works

1
Flames's profile picture
Flames3 years ago(edited)

@TangleMangle its not working

1
TangleMangle's profile picture
TangleMangleUploader3 years ago(edited)

havent test out the script yet lmk if its working

1