0% found this document useful (0 votes)
29 views35 pages

Roblox Skin Unlocking Script Guide

The document contains a script for a game that allows players to access and manage their inventory, including skins and custom animations. It includes functions for switching tabs, updating UI elements, and handling player interactions. The script is designed to work with a specific executor and includes references to game assets and player data management.

Uploaded by

nobaddiesmodded
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views35 pages

Roblox Skin Unlocking Script Guide

The document contains a script for a game that allows players to access and manage their inventory, including skins and custom animations. It includes functions for switching tabs, updating UI elements, and handling player interactions. The script is designed to work with a specific executor and includes references to game assets and player data management.

Uploaded by

nobaddiesmodded
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Make it so I have all skins and make sure they are characters I already brought

includes everything such as their intros and so on, custom chase theme even tho on
server I'm just your no skin Character with their custom animations of the skin
(for executors)

Use this to help

-- Script Path:
game:GetService("ReplicatedStorage").[Link]
-- Took 2.21s to decompile.
-- Executor: Delta ([Link])

-- Decompiler will be improved VERY SOON!


-- Decompiled with Konstant V2.1, a fast Luau decompiler made in Luau by plusgiant5
([Link]
-- Decompiled on 2025-11-28 02:04:55
-- Luau version 6, Types version 3
-- Time taken: 0.099535 seconds

local module_upvr = {}
local _ = {"rbxassetid://18912545699", "rbxassetid://18912579017",
"rbxassetid://18912582649"}
function module_upvr.SwitchTab(arg1, arg2, arg3) -- Line 10
--[[ Upvalues[1]:
[1]: module_upvr (readonly)
]]
local var54
if module_upvr.LastTab == arg2 and not arg3 then
else
local Menu_2 = module_upvr.[Link]
local InventoryContainer_2 = Menu_2.[Link]
local Searchbar_2 = InventoryContainer_2.[Link]
var54 = module_upvr.[Link]
if [Link] and not arg3 then
var54 = [Link]
var54 = require(var54):Play
var54("select")
end
var54 = game
[Link]:Create(Menu_2.[Link],
[Link](0.4), {
Size = [Link](0, 1);
}):Play()
var54 = game
[Link]:Create(Menu_2.[Link],
[Link](0.4), {
Size = [Link](0, 1);
}):Play()
var54 = game
[Link]:Create(InventoryContainer_2, [Link](0.4), {
Size = [Link](0.7, 1);
}):Play()
var54 = InventoryContainer_2.Contents
var54 = [Link](0, [Link].Y / 40)
[Link] = var54
var54 = InventoryContainer_2.Topbar:GetChildren()
local pairs_result1_5, pairs_result2_3, pairs_result3 = pairs(var54)
for _, v_14 in pairs_result1_5, pairs_result2_3, pairs_result3 do
local var65
if v_14:IsA("ImageButton") then
local tbl_9 = {}
local function INLINED_3() -- Internal function, doesn't exist in
bytecode
var65 = [Link](1, 1, 1)
return var65
end
if arg2 ~= v_14.Name or not INLINED_3() then
var65 = [Link]()
end
tbl_9.ImageColor3 = var65
[Link]:Create(v_14, [Link](0.25), tbl_9):Play()
local tbl_3 = {}
local function INLINED_4() -- Internal function, doesn't exist in
bytecode
var65 = [Link]()
return var65
end
if arg2 ~= v_14.Name or not INLINED_4() then
var65 = [Link](1, 1, 1)
end
tbl_3.TextColor3 = var65
[Link]:Create(v_14.Title, [Link](0.25),
tbl_3):Play()
end
end
pairs_result2_3 = InventoryContainer_2.Contents:GetChildren()
local pairs_result1_16, pairs_result2_2, pairs_result3_6 =
pairs(pairs_result2_3)
for _, v_15 in pairs_result1_16, pairs_result2_2, pairs_result3_6 do
if v_15:IsA("GuiObject") or v_15:IsA("Folder") then
v_15.Parent = nil
end
end
pairs_result2_2 = script
local SOME_2 =
pairs_result2_2.Tabs:FindFirstChild(tostring(module_upvr.LastTab))
pairs_result2_2 = SOME_2
if pairs_result2_2 then
pairs_result2_2 = require(SOME_2)
local var72
end
if pairs_result2_2 and pairs_result2_2.Selected then
var72 = Menu_2
pairs_result2_2:Deselected(var72)
end
var72 = module_upvr
local var73 = var72.__tabsData[arg2]
if var73 then
var72 = var73
local pairs_result1_15, pairs_result2_6, pairs_result3_12 =
pairs(var72)
for _, v_16 in pairs_result1_15, pairs_result2_6, pairs_result3_12 do
tbl_3 = v_16:FindFirstChild("Container")
local var78
if var78 then
var78 =
v_16:FindFirstChild("Container"):FindFirstChild("Title")
end
if v_16:IsA("GuiObject") then
local var79 = not var78
if not var79 then
var79 = true
if Searchbar_2.[Link] ~= "" then
var79 = [Link]([Link]:lower(),
Searchbar_2.[Link]:lower())
end
end
v_16.Visible = var79
end
v_16.Parent = InventoryContainer_2.Contents
end
end
pairs_result2_6 = script
local SOME_6 = pairs_result2_6.Tabs:FindFirstChild(arg2)
pairs_result2_6 = SOME_6
if pairs_result2_6 then
pairs_result2_6 = require(SOME_6)
end
if pairs_result2_6 and pairs_result2_6.Selected then
v_16 = Menu_2
pairs_result2_6:Selected(v_16)
end
module_upvr.LastTab = arg2
end
end
function module_upvr.Start(arg1) -- Line 78
--[[ Upvalues[1]:
[1]: module_upvr (readonly)
]]
-- KONSTANTWARNING: Variable analysis failed. Output will have some incorrect
variable assignments
local LocalPlayer_upvr = [Link]
local Equipped_upvr = LocalPlayer_upvr.[Link]
local Network_upvr = require([Link])
module_upvr.InventoryMenu =
require([Link]).[Link]:CreateSide
barMenu("Inventory", [Link])
local Menu_upvr = module_upvr.[Link]
local SideContainer_upvr = Menu_upvr.[Link]
local InfoContainer_upvr = Menu_upvr.[Link]
local SkinsContainer_upvr = Menu_upvr.[Link]
local InventoryContainer_3_upvr = Menu_upvr.[Link]
local EquipContainer_upvr = SideContainer_upvr.EquipContainer
local Topbar = InventoryContainer_3_upvr.Topbar
local Searchbar_3_upvr = [Link]
local function _(arg1_2) -- Line 102, Named "updateCanvasSize"
arg1_2.CanvasSize = [Link](1, 0)
if arg1_2.AbsoluteWindowSize.Y < arg1_2.AbsoluteCanvasSize.Y then
arg1_2.CanvasSize = [Link](1, 0, 0, arg1_2.AbsoluteCanvasSize.Y *
1.05)
end
end
InventoryContainer_3_upvr.[Link]:Connect(function() -- Line 111
--[[ Upvalues[1]:
[1]: InventoryContainer_3_upvr (readonly)
]]
local Contents_4 = InventoryContainer_3_upvr.Contents
Contents_4.CanvasSize = [Link](1, 0)
if Contents_4.AbsoluteWindowSize.Y < Contents_4.AbsoluteCanvasSize.Y then
Contents_4.CanvasSize = [Link](1, 0, 0,
Contents_4.AbsoluteCanvasSize.Y * 1.05)
end
end)
InventoryContainer_3_upvr.[Link]:Connect(function() -- Line 112
--[[ Upvalues[1]:
[1]: InventoryContainer_3_upvr (readonly)
]]
local Contents_3 = InventoryContainer_3_upvr.Contents
Contents_3.CanvasSize = [Link](1, 0)
if Contents_3.AbsoluteWindowSize.Y < Contents_3.AbsoluteCanvasSize.Y then
Contents_3.CanvasSize = [Link](1, 0, 0,
Contents_3.AbsoluteCanvasSize.Y * 1.05)
end
end)

InventoryContainer_3_upvr:GetPropertyChangedSignal("AbsoluteSize"):Connect(function
() -- Line 113
--[[ Upvalues[1]:
[1]: InventoryContainer_3_upvr (readonly)
]]
local Contents = InventoryContainer_3_upvr.Contents
[Link] = [Link](1, 0)
if [Link].Y < [Link].Y then
[Link] = [Link](1, 0, 0, [Link].Y
* 1.05)
end
end)
SkinsContainer_upvr.[Link]:Connect(function() -- Line 114
--[[ Upvalues[1]:
[1]: SkinsContainer_upvr (readonly)
]]
local Contents_5 = SkinsContainer_upvr.Contents
Contents_5.CanvasSize = [Link](1, 0)
if Contents_5.AbsoluteWindowSize.Y < Contents_5.AbsoluteCanvasSize.Y then
Contents_5.CanvasSize = [Link](1, 0, 0,
Contents_5.AbsoluteCanvasSize.Y * 1.05)
end
end)
SkinsContainer_upvr.[Link]:Connect(function() -- Line 115
--[[ Upvalues[1]:
[1]: SkinsContainer_upvr (readonly)
]]
local Contents_2 = SkinsContainer_upvr.Contents
Contents_2.CanvasSize = [Link](1, 0)
if Contents_2.AbsoluteWindowSize.Y < Contents_2.AbsoluteCanvasSize.Y then
Contents_2.CanvasSize = [Link](1, 0, 0,
Contents_2.AbsoluteCanvasSize.Y * 1.05)
end
end)
SideContainer_upvr.Size = [Link](0, 1)
SideContainer_upvr.Visible = false
module_upvr.[Link]:Connect(function(arg1_3) -- Line 124
--[[ Upvalues[6]:
[1]: module_upvr (copied, readonly)
[2]: EquipContainer_upvr (readonly)
[3]: SideContainer_upvr (readonly)
[4]: InfoContainer_upvr (readonly)
[5]: SkinsContainer_upvr (readonly)
[6]: InventoryContainer_3_upvr (readonly)
]]
module_upvr:SwitchTab(module_upvr.LastTab or "Killers", true)
[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SideContainer_upvr, [Link](0.4), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.4), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.4), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InventoryContainer_3_upvr, [Link](0.4), {
Size = [Link](0.7, 1);
}):Play()
[Link](0.25, function() -- Line 132
--[[ Upvalues[1]:
[1]: InventoryContainer_3_upvr (copied, readonly)
]]
InventoryContainer_3_upvr.Visible = true
end)
end)
local function giveDevKillers() -- Line 138
--[[ Upvalues[1]:
[1]: LocalPlayer_upvr (readonly)
]]
if workspace:GetAttribute("ServerType") == "VIP" and
LocalPlayer_upvr:GetAttribute("VIP") then
local PlayerData = LocalPlayer_upvr:FindFirstChild("PlayerData")
if not PlayerData then return end
for _, v in
ipairs(require([Link])) do
if [Link] and [Link] then
local SOME_4 = [Link]:FindFirstChild([Link])
local SOME_5 =
[Link]:FindFirstChild([Link])
local var160
if not SOME_5 or not SOME_4 then
if not SOME_5 then
var160 = "Assets"
else
var160 = `{LocalPlayer_upvr.Name}'s PlayerData`
end
warn(`[{script}]: Could not find folder for item type
{[Link]} in {var160}`)
elseif not SOME_5:FindFirstChild([Link], true) then
var160 = [Link]
warn(`[{script}]: Could not find folder for item {var160}`)
elseif not SOME_4:FindFirstChild([Link]) then
local NumberValue = [Link]("NumberValue")
NumberValue:SetAttribute("Temp", true)
[Link] = [Link]
[Link] = SOME_4
end
end
end
end
end
local Sounds_upvr = require([Link])
local function addUIThingies(arg1_4) -- Line 171
--[[ Upvalues[1]:
[1]: Sounds_upvr (readonly)
]]
if arg1_4:IsA("TextButton") or arg1_4:IsA("ImageButton") then
if not arg1_4:GetAttribute("SFXImplemented") then
arg1_4:SetAttribute("SFXImplemented", true)
arg1_4.MouseEnter:Connect(function() -- Line 175
--[[ Upvalues[1]:
[1]: Sounds_upvr (copied, readonly)
]]
Sounds_upvr:Play("hover")
end)
arg1_4.MouseLeave:Connect(function() -- Line 179
--[[ Upvalues[1]:
[1]: Sounds_upvr (copied, readonly)
]]
Sounds_upvr:Play("hoverEnd")
end)
if arg1_4.[Link] ~= "Topbar" then
arg1_4.MouseButton1Click:Connect(function() -- Line 184
--[[ Upvalues[1]:
[1]: Sounds_upvr (copied, readonly)
]]
Sounds_upvr:Play("select")
end)
end
end
end
end
for _, v_2 in pairs(Menu_upvr:GetDescendants()) do
addUIThingies(v_2)
end
Menu_upvr.DescendantAdded:Connect(addUIThingies)
local Util_upvr = require([Link])
Util_upvr:CreateMoneyDisplay(InventoryContainer_3_upvr.Money)
EquipContainer_upvr.Equip.MouseButton1Click:Connect(function() -- Line 198
--[[ Upvalues[2]:
[1]: Network_upvr (readonly)
[2]: module_upvr (copied, readonly)
]]
Network_upvr:FireServerConnection("EquipState", "REMOTE_EVENT",
module_upvr.CurrentlySelected, true)
end)
local function updateEquips_upvr(arg1_5) -- Line 203, Named "updateEquips"
--[[ Upvalues[4]:
[1]: InventoryContainer_3_upvr (readonly)
[2]: SkinsContainer_upvr (readonly)
[3]: Equipped_upvr (readonly)
[4]: module_upvr (copied, readonly)
]]
-- KONSTANTERROR: [0] 1. Error Block 1 start (CF ANALYSIS FAILED)
local pairs_result1_2, pairs_result2_5, pairs_result3_11 =
pairs({InventoryContainer_3_upvr.Contents, SkinsContainer_upvr.Contents})
-- KONSTANTERROR: [0] 1. Error Block 1 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [150] 99. Error Block 27 start (CF ANALYSIS FAILED)
-- KONSTANTERROR: [150] 99. Error Block 27 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [14] 10. Error Block 2 start (CF ANALYSIS FAILED)
-- KONSTANTERROR: [14] 10. Error Block 2 end (CF ANALYSIS FAILED)
end
local var179_upvw
local UserInputService_upvr = game:GetService("UserInputService")
local TextService_upvr = game:GetService("TextService")
local function loadActorInfo_upvr(arg1_6) -- Line 238, Named "loadActorInfo"
--[[ Upvalues[7]:
[1]: var179_upvw (read and write)
[2]: InfoContainer_upvr (readonly)
[3]: Menu_upvr (readonly)
[4]: LocalPlayer_upvr (readonly)
[5]: UserInputService_upvr (readonly)
[6]: TextService_upvr (readonly)
[7]: Util_upvr (readonly)
]]
if var179_upvw ~= arg1_6 then
var179_upvw = arg1_6
local pairs_result1_9, pairs_result2_15, pairs_result3_7 =
pairs(InfoContainer_upvr.Contents:GetChildren())
for _, v_3 in pairs_result1_9, pairs_result2_15, pairs_result3_7 do
if v_3:IsA("GuiObject") then
v_3:Destroy()
end
end
pairs_result2_15 = arg1_6
local var197 = pairs_result2_15
if not var197 then
var197 = {}
end
for i_4, v_4 in pairs(var197) do
local Frame = [Link]("Frame")
[Link] = "Content"
[Link] = 1
[Link] = [Link](1, 0)
[Link] = [Link].Y
[Link] = i_4
[Link] = InfoContainer_upvr.Contents
local UIListLayout = [Link]("UIListLayout")
[Link] = [Link](0, 10)
[Link] = [Link]
[Link] = Frame
for i_5, v_5 in pairs(v_4) do
if i_5 == "Separator" then
local clone_5 = [Link]:Clone()
clone_5.[Link] = tostring(v_5)
clone_5.Parent = Frame
elseif i_5 == "Header" then
-- KONSTANTERROR: Expression was reused, decompilation is
incorrect
local clone_2 = [Link]:Clone()
clone_2.Text = tostring(v_5)
clone_2.Parent = Frame
elseif i_5 == "Quote" then
-- KONSTANTERROR: Expression was reused, decompilation is
incorrect
local clone_6 = [Link]:Clone()
clone_6.Text = tostring(v_5)
clone_6.Parent = Frame
elseif i_5 == "Text" then
-- KONSTANTERROR: Expression was reused, decompilation is
incorrect
local clone_3 = [Link]:Clone()
clone_3.[Link] = 0
clone_3.[Link] = tostring(v_5)
clone_3.[Link] = tostring(v_4.Image)
clone_3.[Link] = v_4.Image
clone_3.Parent = Frame
[Link]({}, clone_3.Title)
[Link]:Create(clone_3.Title, [Link](5,
[Link]), {
MaxVisibleGraphemes = #clone_3.[Link] + 10;
}):Play()
end
end
end
local tbl_7_upvr = {}
[Link](function() -- Line 306
--[[ Upvalues[9]:
[1]: arg1_6 (readonly)
[2]: var179_upvw (copied, read and write)
[3]: Menu_upvr (copied, readonly)
[4]: InfoContainer_upvr (copied, readonly)
[5]: LocalPlayer_upvr (copied, readonly)
[6]: UserInputService_upvr (copied, readonly)
[7]: tbl_7_upvr (readonly)
[8]: TextService_upvr (copied, readonly)
[9]: Util_upvr (copied, readonly)
]]
-- KONSTANTERROR: [0] 1. Error Block 1 start (CF ANALYSIS FAILED)
local tbl_4_upvr = {}
local function addStatus_upvr(arg1_7) -- Line 309, Named
"addStatus"
--[[ Upvalues[2]:
[1]: addStatus_upvr (readonly)
[2]: tbl_4_upvr (readonly)
]]
if arg1_7:IsA("Folder") then
for _, v_6 in pairs(arg1_7:GetChildren()) do
addStatus_upvr(v_6)
end
elseif arg1_7:IsA("ModuleScript") then
tbl_4_upvr[arg1_7.Name] = require(arg1_7).[Link]
or "???"
end
end
addStatus_upvr([Link])
-- KONSTANTERROR: [0] 1. Error Block 1 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [333] 235. Error Block 42 start (CF ANALYSIS
FAILED)
-- KONSTANTERROR: [333] 235. Error Block 42 end (CF ANALYSIS
FAILED)
-- KONSTANTERROR: [16] 12. Error Block 2 start (CF ANALYSIS FAILED)
-- KONSTANTERROR: Expression was reused, decompilation is incorrect
-- KONSTANTERROR: [16] 12. Error Block 2 end (CF ANALYSIS FAILED)
end)
end
end
local function loadActorSkins_upvr(arg1_8) -- Line 431, Named "loadActorSkins"
--[[ Upvalues[6]:
[1]: SkinsContainer_upvr (readonly)
[2]: module_upvr (copied, readonly)
[3]: LocalPlayer_upvr (readonly)
[4]: Util_upvr (readonly)
[5]: Network_upvr (readonly)
[6]: updateEquips_upvr (readonly)
]]
if arg1_8 then
local pairs_result1_13, pairs_result2_12, pairs_result3_13 =
pairs(SkinsContainer_upvr.Contents:GetChildren())
for _, v_7 in pairs_result1_13, pairs_result2_12, pairs_result3_13 do
if v_7:IsA("GuiObject") then
v_7:Destroy()
end
end
pairs_result1_13 = module_upvr.CurrentlySelected
local var230 = pairs_result1_13
if var230 then
var230 = module_upvr.CurrentlySelected:FindFirstChild("Config")
end
local var231 = var230
if var231 then
var231 = require(var230)
end
local DisplayName = [Link]
if not DisplayName then
DisplayName = tostring(arg1_8.Name)
end
SkinsContainer_upvr.[Link] = `{DisplayName} Skins`
for _, v_8_upvr in pairs(arg1_8:GetChildren()) do
if
LocalPlayer_upvr.[Link]:FindFirstChild(v_8_upvr.Name, true)
then
local Config = require(v_8_upvr.Config)
local clone_4 = [Link]:Clone()
local Container_upvr = clone_4.Container
clone_4.Name = v_8_upvr.Name
clone_4.LayoutOrder = [Link] or 1000
clone_4.Parent = SkinsContainer_upvr.Contents
Container_upvr.[Link] = [Link] or
"rbxassetid://13373279056"
Container_upvr.[Link] = tostring([Link])
if [Link] or [Link] then
[Link]:Clone().Parent =
Container_upvr.Outline
Container_upvr.Outline.ImageColor3 = [Link](1, 1, 1)
end
if [Link] or [Link] then
[Link]:Clone().Parent =
Container_upvr.Outline
Container_upvr.Outline.ImageColor3 = [Link](1, 1, 1)
end
local var239_upvr
if [Link] and [Link] then
var239_upvr = [Link](1, 1, 1)
Container_upvr.Outline.ImageColor3 = var239_upvr
var239_upvr = "rbxassetid://96503567839232"
Container_upvr.[Link] = var239_upvr
end
if [Link] then
var239_upvr = [Link]
var239_upvr = Container_upvr.Outline
var239_upvr.UncommonGradient:Clone().Parent = var239_upvr
var239_upvr = Container_upvr.Outline
var239_upvr.ImageColor3 = [Link](1, 1, 1)
end
if [Link] then
var239_upvr = [Link]
var239_upvr = Container_upvr.Outline
var239_upvr.EpicGradient:Clone().Parent = var239_upvr
var239_upvr = Container_upvr.Outline
var239_upvr.ImageColor3 = [Link](1, 1, 1)
end
if [Link] then
var239_upvr = [Link]
var239_upvr = Container_upvr.Outline
var239_upvr.LegendaryGradient:Clone().Parent = var239_upvr
var239_upvr = Container_upvr.Outline
var239_upvr.ImageColor3 = [Link](1, 1, 1)
end
var239_upvr =
[Link]
var239_upvr = require(var239_upvr)[[Link]]
if not var239_upvr then
var239_upvr = [Link]
end
if typeof(var239_upvr) == "table" then
local clone =
[Link]:Clone()
[Link] = var239_upvr.Icon or "rbxassetid://9011713759"
[Link] = Container_upvr.CardIcons
[Link]:Connect(function() -- Line 501
--[[ Upvalues[2]:
[1]: Util_upvr (copied, readonly)
[2]: var239_upvr (readonly)
]]
Util_upvr:CreateTooltip(var239_upvr.Description)
end)
[Link]:Connect(function() -- Line 506
--[[ Upvalues[1]:
[1]: Util_upvr (copied, readonly)
]]
Util_upvr:CreateTooltip()
end)
end
local Name = arg1_8.[Link]
if Name == "Survivors" then
Container_upvr.Title.TextColor3 = [Link](200, 200,
255)
elseif Name == "Killers" then
Container_upvr.Title.TextColor3 = [Link](255, 200,
200)
end
Container_upvr.MouseEnter:Connect(function() -- Line 521
--[[ Upvalues[1]:
[1]: Container_upvr (readonly)
]]
[Link]:Create(Container_upvr,
[Link](0.25), {
Size = [Link](1.05, 1.05);
}):Play()
end)
Container_upvr.MouseLeave:Connect(function() -- Line 525
--[[ Upvalues[1]:
[1]: Container_upvr (readonly)
]]
[Link]:Create(Container_upvr,
[Link](0.25), {
Size = [Link](1, 1);
}):Play()
end)
Container_upvr.Interact.MouseButton1Click:Connect(function() --
Line 529
--[[ Upvalues[3]:
[1]: Network_upvr (copied, readonly)
[2]: v_8_upvr (readonly)
[3]: Container_upvr (readonly)
]]
local var249
if 0.5 >= Container_upvr.[Link] then
var249 = false
else
var249 = true
end
Network_upvr:FireServerConnection("EquipState",
"REMOTE_EVENT", v_8_upvr, var249)
end)
updateEquips_upvr(true)
end
end
end
end
local var250_upvw
local var251_upvw = false
EquipContainer_upvr.[Link].MouseButton1Click:Connect(function() --
Line 542
--[[ Upvalues[8]:
[1]: var251_upvw (read and write)
[2]: module_upvr (copied, readonly)
[3]: loadActorInfo_upvr (readonly)
[4]: var250_upvw (read and write)
[5]: InfoContainer_upvr (readonly)
[6]: EquipContainer_upvr (readonly)
[7]: SkinsContainer_upvr (readonly)
[8]: InventoryContainer_3_upvr (readonly)
]]
local var253
if var253 then
else
var253 = true
var251_upvw = var253
var253 = module_upvr.CurrentlySelected
if var253 then
var253 = module_upvr.CurrentlySelected:FindFirstChild("Config")
end
local var254 = var253
if var254 then
var254 = require(var253)
end
if not var254 or not [Link] then
var251_upvw = false
return
end
loadActorInfo_upvr([Link])
if var250_upvw then
[Link](var250_upvw)
end
if 0.35 <= InfoContainer_upvr.[Link] then

[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()

[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25),
{
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InventoryContainer_3_upvr,
[Link](0.25), {
Size = [Link](0.7, 1);
}):Play()
var250_upvw = [Link](0.25, function() -- Line 562
--[[ Upvalues[2]:
[1]: SkinsContainer_upvr (copied, readonly)
[2]: InfoContainer_upvr (copied, readonly)
]]
SkinsContainer_upvr.Visible = false
InfoContainer_upvr.Visible = false
end)
[Link](0.175, function() -- Line 563
--[[ Upvalues[1]:
[1]: var251_upvw (copied, read and write)
]]
var251_upvw = false
end)
InventoryContainer_3_upvr.Visible = true
return
end
[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 0;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0.7, 1);
}):Play()
[Link]:Create(InventoryContainer_3_upvr,
[Link](0.25), {
Size = [Link](0, 1);
}):Play()
var250_upvw = [Link](0.25, function() -- Line 571
--[[ Upvalues[2]:
[1]: SkinsContainer_upvr (copied, readonly)
[2]: InventoryContainer_3_upvr (copied, readonly)
]]
SkinsContainer_upvr.Visible = false
InventoryContainer_3_upvr.Visible = false
end)
[Link](0.175, function() -- Line 572
--[[ Upvalues[1]:
[1]: var251_upvw (copied, read and write)
]]
var251_upvw = false
end)
InfoContainer_upvr.Visible = true
end
end)
EquipContainer_upvr.[Link].MouseButton1Click:Connect(function() --
Line 578
--[[ Upvalues[8]:
[1]: var251_upvw (read and write)
[2]: module_upvr (copied, readonly)
[3]: loadActorSkins_upvr (readonly)
[4]: var250_upvw (read and write)
[5]: SkinsContainer_upvr (readonly)
[6]: EquipContainer_upvr (readonly)
[7]: InfoContainer_upvr (readonly)
[8]: InventoryContainer_3_upvr (readonly)
]]
if var251_upvw then
else
var251_upvw = true
if not module_upvr.CurrentlySelected then return end
local var271 =
[Link]:FindFirstChild(tostring(module_upvr.CurrentlySe
[Link]))
if var271 then
var271 =
[Link]:FindFirstChild(tostring(module_upvr.CurrentlySe
[Link])):FindFirstChild(tostring(module_upvr.CurrentlySelected))
end
if not var271 then
var251_upvw = false
return
end
loadActorSkins_upvr(var271)
if var250_upvw then
[Link](var250_upvw)
end
if 0.35 <= SkinsContainer_upvr.[Link] then

[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()

[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25),
{
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InventoryContainer_3_upvr,
[Link](0.25), {
Size = [Link](0.7, 1);
}):Play()
var250_upvw = [Link](0.25, function() -- Line 599
--[[ Upvalues[2]:
[1]: InfoContainer_upvr (copied, readonly)
[2]: SkinsContainer_upvr (copied, readonly)
]]
InfoContainer_upvr.Visible = false
SkinsContainer_upvr.Visible = false
end)
[Link](0.175, function() -- Line 600
--[[ Upvalues[1]:
[1]: var251_upvw (copied, read and write)
]]
var251_upvw = false
end)
InventoryContainer_3_upvr.Visible = true
return
end

[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 0;
}):Play()
[Link]:Create(EquipContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25), {
Size = [Link](0.7, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InventoryContainer_3_upvr,
[Link](0.25), {
Size = [Link](0, 1);
}):Play()
var250_upvw = [Link](0.25, function() -- Line 608
--[[ Upvalues[2]:
[1]: InfoContainer_upvr (copied, readonly)
[2]: InventoryContainer_3_upvr (copied, readonly)
]]
InfoContainer_upvr.Visible = false
InventoryContainer_3_upvr.Visible = false
end)
[Link](0.175, function() -- Line 609
--[[ Upvalues[1]:
[1]: var251_upvw (copied, read and write)
]]
var251_upvw = false
end)
SkinsContainer_upvr.Visible = true
end
end)
for _, v_9 in pairs(EquipContainer_upvr.Buttons:GetChildren()) do
local Description = v_9:GetAttribute("Description")
if Description then
v_9.[Link] = 0
v_9.[Link] = Description
end
end
module_upvr.__tabsData = {}
for _, v_10 in pairs([Link]:GetChildren()) do
local v_10_2 = require(v_10)
v_10_2.Inventory = module_upvr
module_upvr.__tabsData[v_10.Name] = v_10_2:CreateTab(Menu_upvr)
end
module_upvr:SwitchTab("Killers")
updateEquips_upvr()
for _, v_11 in pairs(Equipped_upvr:GetDescendants()) do
if v_11:IsA("ValueBase") then
v_11:GetPropertyChangedSignal("Value"):Connect(function() -- Line 638
--[[ Upvalues[2]:
[1]: SideContainer_upvr (readonly)
[2]: updateEquips_upvr (readonly)
]]
SideContainer_upvr.[Link] = "Equipped"
updateEquips_upvr()
end)
end
end
for _, v_12_upvr in pairs(Topbar:GetChildren()) do
if v_12_upvr:IsA("ImageButton") then
v_12_upvr.MouseButton1Click:Connect(function() -- Line 648
--[[ Upvalues[3]:
[1]: module_upvr (copied, readonly)
[2]: v_12_upvr (readonly)
[3]: updateEquips_upvr (readonly)
]]
module_upvr:SwitchTab(v_12_upvr.Name)
updateEquips_upvr(true)
end)
end
end
Searchbar_3_upvr.TextBox:GetPropertyChangedSignal("Text"):Connect(function() --
Line 656
--[[ Upvalues[2]:
[1]: InventoryContainer_3_upvr (readonly)
[2]: Searchbar_3_upvr (readonly)
]]
for _, v_13 in pairs(InventoryContainer_3_upvr.Contents:GetChildren()) do
if v_13:IsA("Frame") then
local var310 = true
if Searchbar_3_upvr.[Link] ~= "" then
var310 = [Link](v_13.[Link]:lower(),
Searchbar_3_upvr.[Link]:lower())
end
v_13.Visible = var310
end
end
end)
workspace:GetAttributeChangedSignal("ServerType"):Connect(giveDevKillers)
LocalPlayer_upvr:GetAttributeChangedSignal("VIP"):Connect(giveDevKillers)
giveDevKillers()
end
return module_upvr

-- Script Path: game:GetService("ReplicatedStorage").[Link]


-- Took 1.34s to decompile.
-- Executor: Delta ([Link])

-- Decompiler will be improved VERY SOON!


-- Decompiled with Konstant V2.1, a fast Luau decompiler made in Luau by plusgiant5
([Link]
-- Decompiled on 2025-11-28 02:05:03
-- Luau version 6, Types version 3
-- Time taken: 0.113454 seconds

local module_upvr = {}
local _ = {"rbxassetid://18912545699", "rbxassetid://18912579017",
"rbxassetid://18912582649"}
function module_upvr.SwitchTab(arg1, arg2) -- Line 14
--[[ Upvalues[1]:
[1]: module_upvr (readonly)
]]
local var54
if module_upvr.LastTab == arg2 then
else
local Menu_2 = module_upvr.[Link]
local ShopContainer_2 = Menu_2.[Link]
local Searchbar_3 = ShopContainer_2.[Link]
var54 = module_upvr.[Link]
local function INLINED_4() -- Internal function, doesn't exist in bytecode
var54 = 0.2
var54 = module_upvr.[Link].Y
return [Link] >= var54
end
if [Link] and (arg2 ~= "Robux" or INLINED_4()) then
var54 = [Link]
var54 = require(var54):Play
var54("select")
end
var54 = game
[Link]:Create(Menu_2.[Link],
[Link](0.4), {
Size = [Link](0, 1);
}):Play()
var54 = game
[Link]:Create(Menu_2.[Link],
[Link](0.4), {
Size = [Link](0, 0.5);
})
var54 = game
[Link]:Create(Menu_2.[Link],
[Link](0.4), {
Size = [Link](0, 1);
}):Play()
var54 = game
[Link]:Create(ShopContainer_2, [Link](0.4), {
Size = [Link](0.7, 1);
}):Play()
var54 = ShopContainer_2.Contents
var54 = [Link](0, [Link].Y / 40)
[Link] = var54
var54 = ShopContainer_2.Topbar:GetChildren()
local pairs_result1_4, pairs_result2, pairs_result3_13 = pairs(var54)
for _, v_12 in pairs_result1_4, pairs_result2, pairs_result3_13 do
local var66
if v_12:IsA("ImageButton") then
local tbl_5 = {}
local function INLINED_5() -- Internal function, doesn't exist in
bytecode
var66 = [Link](1, 1, 1)
return var66
end
if arg2 ~= v_12.Name or not INLINED_5() then
var66 = [Link]()
end
tbl_5.ImageColor3 = var66
[Link]:Create(v_12, [Link](0.25), tbl_5):Play()
local tbl_16 = {}
local function INLINED_6() -- Internal function, doesn't exist in
bytecode
var66 = [Link]()
return var66
end
if arg2 ~= v_12.Name or not INLINED_6() then
var66 = [Link](1, 1, 1)
end
tbl_16.TextColor3 = var66
[Link]:Create(v_12.Title, [Link](0.25),
tbl_16):Play()
end
end
pairs_result2 = ShopContainer_2.Contents:GetChildren()
local pairs_result1_2, pairs_result2_9, pairs_result3_4 =
pairs(pairs_result2)
for _, v_13 in pairs_result1_2, pairs_result2_9, pairs_result3_4 do
if v_13:IsA("GuiObject") or v_13:IsA("Folder") then
v_13.Parent = nil
end
end
pairs_result2_9 = script
local SOME_5 =
pairs_result2_9.Tabs:FindFirstChild(tostring(module_upvr.LastTab))
pairs_result2_9 = SOME_5
if pairs_result2_9 then
pairs_result2_9 = require(SOME_5)
local var73
end
if pairs_result2_9 and pairs_result2_9.Selected then
var73 = Menu_2
pairs_result2_9:Deselected(var73)
end
var73 = module_upvr
local var74 = var73.__tabsData[arg2]
if var74 then
var73 = var74
local pairs_result1_6, pairs_result2_11, pairs_result3_9 = pairs(var73)
for _, v_14 in pairs_result1_6, pairs_result2_11, pairs_result3_9 do
var66 = "Container"
tbl_16 = v_14:FindFirstChild(var66)
local var79
if var79 then
var79 = v_14:FindFirstChild(var66):FindFirstChild("Title")
end
var66 = v_14:IsA("GuiObject")
if var66 then
var66 = not var79
if not var66 then
var66 = true
if Searchbar_3.[Link] ~= "" then
var66 = [Link]([Link]:lower(),
Searchbar_3.[Link]:lower())
end
end
v_14.Visible = var66
end
v_14.Parent = ShopContainer_2.Contents
end
end
pairs_result2_11 = script
local SOME_4 = pairs_result2_11.Tabs:FindFirstChild(arg2)
pairs_result2_11 = SOME_4
if pairs_result2_11 then
pairs_result2_11 = require(SOME_4)
end
if pairs_result2_11 and pairs_result2_11.Selected then
v_14 = Menu_2
pairs_result2_11:Selected(v_14)
end
module_upvr.LastTab = arg2
end
end
local floor_upvr = [Link]
local format_upvr = [Link]
function module_upvr.Start(arg1) -- Line 84
--[[ Upvalues[3]:
[1]: module_upvr (readonly)
[2]: floor_upvr (readonly)
[3]: format_upvr (readonly)
]]
-- KONSTANTWARNING: Variable analysis failed. Output will have some incorrect
variable assignments
local LocalPlayer_upvr = [Link]
local Purchased_upvr =
LocalPlayer_upvr:WaitForChild("PlayerData"):WaitForChild("Purchased")
local any_new_result1_upvr =
require([Link]).new()
module_upvr.ShopMenu =
require([Link]).[Link]:CreateSide
barMenu("Shop", [Link])
local Menu_3_upvr = module_upvr.[Link]
local SideContainer_upvr = Menu_3_upvr.[Link]
local InfoContainer_upvr = Menu_3_upvr.[Link]
local ShopContainer_3_upvr = Menu_3_upvr.[Link]
local SkinsContainer_upvr = Menu_3_upvr.[Link]
local PurchaseContainer_upvr = SideContainer_upvr.PurchaseContainer
local Topbar = ShopContainer_3_upvr.Topbar
local Searchbar_2_upvr = [Link]
local function _(arg1_2) -- Line 113, Named "updateCanvasSize"
arg1_2.CanvasSize = [Link](1, 0)
if arg1_2.AbsoluteWindowSize.Y < arg1_2.AbsoluteCanvasSize.Y then
arg1_2.CanvasSize = [Link](1, 0, 0, arg1_2.AbsoluteCanvasSize.Y *
1.05)
end
end
ShopContainer_3_upvr.[Link]:Connect(function() -- Line 121
--[[ Upvalues[1]:
[1]: ShopContainer_3_upvr (readonly)
]]
local Contents_3 = ShopContainer_3_upvr.Contents
Contents_3.CanvasSize = [Link](1, 0)
if Contents_3.AbsoluteWindowSize.Y < Contents_3.AbsoluteCanvasSize.Y then
Contents_3.CanvasSize = [Link](1, 0, 0,
Contents_3.AbsoluteCanvasSize.Y * 1.05)
end
end)
ShopContainer_3_upvr.[Link]:Connect(function() -- Line 122
--[[ Upvalues[1]:
[1]: ShopContainer_3_upvr (readonly)
]]
local Contents = ShopContainer_3_upvr.Contents
[Link] = [Link](1, 0)
if [Link].Y < [Link].Y then
[Link] = [Link](1, 0, 0, [Link].Y
* 1.05)
end
end)

ShopContainer_3_upvr:GetPropertyChangedSignal("AbsoluteSize"):Connect(function() --
Line 123
--[[ Upvalues[1]:
[1]: ShopContainer_3_upvr (readonly)
]]
local Contents_5 = ShopContainer_3_upvr.Contents
Contents_5.CanvasSize = [Link](1, 0)
if Contents_5.AbsoluteWindowSize.Y < Contents_5.AbsoluteCanvasSize.Y then
Contents_5.CanvasSize = [Link](1, 0, 0,
Contents_5.AbsoluteCanvasSize.Y * 1.05)
end
end)
SkinsContainer_upvr.[Link]:Connect(function() -- Line 124
--[[ Upvalues[1]:
[1]: SkinsContainer_upvr (readonly)
]]
local Contents_4 = SkinsContainer_upvr.Contents
Contents_4.CanvasSize = [Link](1, 0)
if Contents_4.AbsoluteWindowSize.Y < Contents_4.AbsoluteCanvasSize.Y then
Contents_4.CanvasSize = [Link](1, 0, 0,
Contents_4.AbsoluteCanvasSize.Y * 1.05)
end
end)
SkinsContainer_upvr.[Link]:Connect(function() -- Line 125
--[[ Upvalues[1]:
[1]: SkinsContainer_upvr (readonly)
]]
local Contents_2 = SkinsContainer_upvr.Contents
Contents_2.CanvasSize = [Link](1, 0)
if Contents_2.AbsoluteWindowSize.Y < Contents_2.AbsoluteCanvasSize.Y then
Contents_2.CanvasSize = [Link](1, 0, 0,
Contents_2.AbsoluteCanvasSize.Y * 1.05)
end
end)
SideContainer_upvr.Size = [Link](0, 1)
SideContainer_upvr.Visible = false
module_upvr.[Link]:Connect(function(arg1_3) -- Line 134
--[[ Upvalues[5]:
[1]: PurchaseContainer_upvr (readonly)
[2]: SideContainer_upvr (readonly)
[3]: InfoContainer_upvr (readonly)
[4]: SkinsContainer_upvr (readonly)
[5]: ShopContainer_3_upvr (readonly)
]]
[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SideContainer_upvr, [Link](0.4), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.4), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.4), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(ShopContainer_3_upvr, [Link](0.4), {
Size = [Link](0.7, 1);
}):Play()
[Link](0.25, function() -- Line 141
--[[ Upvalues[1]:
[1]: ShopContainer_3_upvr (copied, readonly)
]]
ShopContainer_3_upvr.Visible = true
end)
end)
local Sounds_upvr = require([Link])
local function addUIThingies(arg1_4) -- Line 147
--[[ Upvalues[1]:
[1]: Sounds_upvr (readonly)
]]
if arg1_4.Name ~= "Money" and (arg1_4:IsA("TextButton") or
arg1_4:IsA("ImageButton")) then
if not arg1_4:GetAttribute("SFXImplemented") then
arg1_4:SetAttribute("SFXImplemented", true)
arg1_4.MouseEnter:Connect(function() -- Line 151
--[[ Upvalues[1]:
[1]: Sounds_upvr (copied, readonly)
]]
Sounds_upvr:Play("hover")
end)
arg1_4.MouseLeave:Connect(function() -- Line 155
--[[ Upvalues[1]:
[1]: Sounds_upvr (copied, readonly)
]]
Sounds_upvr:Play("hoverEnd")
end)
if arg1_4.[Link] ~= "Topbar" then
arg1_4.MouseButton1Click:Connect(function() -- Line 160
--[[ Upvalues[1]:
[1]: Sounds_upvr (copied, readonly)
]]
Sounds_upvr:Play("select")
end)
end
end
end
end
for _, v in pairs(Menu_3_upvr:GetDescendants()) do
addUIThingies(v)
end
Menu_3_upvr.DescendantAdded:Connect(addUIThingies)
local Util_upvr = require([Link])
Util_upvr:CreateMoneyDisplay(ShopContainer_3_upvr.Money)
local function markContentAsPurchased_upvr(arg1_5) -- Line 174, Named
"markContentAsPurchased"
--[[ Upvalues[1]:
[1]: Purchased_upvr (readonly)
]]
if arg1_5:IsA("Frame") and not arg1_5.Container:FindFirstChild("Purchased")
and Purchased_upvr:FindFirstChild(arg1_5.Name, true) then
local Frame = [Link]("Frame")
[Link] = "Purchased"
[Link] = 10
[Link] = 0
[Link] = 0.25
Frame.BackgroundColor3 = [Link]()
[Link] = [Link](0.5, 0.5)
[Link] = [Link](0.5, 0.5)
[Link] = [Link](1.05, 1.05)
[Link] = arg1_5.Container
local TextLabel = [Link]("TextLabel")
[Link] = "Title"
[Link] = "Owned"
[Link] = 1
[Link] = true
[Link] = [Link](0.85, 0.125)
[Link] = [Link](0.5, 0.5)
[Link] = [Link](0.5, 0.5)
TextLabel.TextColor3 = [Link](1, 1, 1)
[Link] =
[Link]("rbxasset://fonts/families/[Link]")
[Link] = Frame
arg1_5.LayoutOrder += 100000000
end
end
local Network_upvr = require([Link])
local function promptPurchaseConfirmation_upvr(arg1_6) -- Line 204, Named
"promptPurchaseConfirmation"
--[[ Upvalues[4]:
[1]: module_upvr (copied, readonly)
[2]: Menu_3_upvr (readonly)
[3]: Purchased_upvr (readonly)
[4]: Network_upvr (readonly)
]]
if not arg1_6 or not arg1_6:FindFirstChild("Config") or
module_upvr.CurrentlySelected and not
module_upvr.CurrentlySelected:FindFirstChild("Config") then
if module_upvr.CurrentlySelected:IsA("ModuleScript") then
local CurrentlySelected = module_upvr.CurrentlySelected
end
end
local var174 = CurrentlySelected
if var174 then
var174 = require(CurrentlySelected)
end
if var174 then
local var175
if not Menu_3_upvr:FindFirstChild("ConfirmPurchase") then
local clone_upvr = [Link]:Clone()
clone_upvr.Size = [Link](0.3, 0)
var175 = [Link]
if [Link] <= 0 then
var175 = "FREE"
else
var175 = `{tostring([Link])}$`
end
clone_upvr.[Link] = `Are you sure you would like to purchase
<b><font color="rgb(255,255,255)">{tostring(var175)}</font></b> for <b><font
color="rgb(255,255,255)">{var175}</font></b>?`
clone_upvr.Parent = Menu_3_upvr
local tbl_4 = {}
var175 = [Link](0.3, 0.3)
tbl_4.Size = var175
[Link]:Create(clone_upvr, [Link](0.3),
tbl_4):Play()
if arg1_6 and not
Purchased_upvr.Killers:FindFirstChild(tostring(module_upvr.CurrentlySelected)) and
not
Purchased_upvr.Survivors:FindFirstChild(tostring(module_upvr.CurrentlySelected))
then
clone_upvr.[Link] = "DISCLAIMER:\nYou don't own this
character yet.\nWhatever you're trying to do right now is dumb."
elseif [Link] then
var175 = [Link]
clone_upvr.[Link] = `DISCLAIMER:\n{tostring(var175)}`
end
local var178_upvw = false
local var179_upvr = arg1_6
if not var179_upvr then
var179_upvr = module_upvr.CurrentlySelected
end
var175 = clone_upvr.[Link]
local var181_upvw = false
local Title_upvr_3 = clone_upvr.[Link]
var175.MouseButton1Click:Connect(function() -- Line 227
--[[ Upvalues[6]:
[1]: var181_upvw (read and write)
[2]: Title_upvr_3 (readonly)
[3]: Network_upvr (copied, readonly)
[4]: var179_upvr (readonly)
[5]: var178_upvw (read and write)
[6]: clone_upvr (readonly)
]]
-- KONSTANTERROR: [0] 1. Error Block 1 start (CF ANALYSIS
FAILED)
-- KONSTANTERROR: [0] 1. Error Block 1 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [2] 3. Error Block 29 start (CF ANALYSIS
FAILED)
var181_upvw = true
Title_upvr_3.Text = "..."
local any_FireServerConnection_result1_2 =
Network_upvr:FireServerConnection("PurchaseContent", "REMOTE_FUNCTION",
var179_upvr)
if any_FireServerConnection_result1_2.Status == "success" then
Title_upvr_3.Text = "Bought!"
[Link](0.5)
if not var178_upvw then
var178_upvw = true
[Link]:Create(clone_upvr,
[Link](0.3), {
Size = [Link](0.3, 0);
}):Play()
[Link]:AddItem(clone_upvr, 0.3)
end
return
end
if any_FireServerConnection_result1_2.Status == "poor" then
Title_upvr_3.Text = "Insufficient funds!"
-- KONSTANTWARNING: GOTO [99] #72
end
-- KONSTANTERROR: [2] 3. Error Block 29 end (CF ANALYSIS
FAILED)
end)
var175 = clone_upvr.[Link]
var175.MouseButton1Click:Connect(function() -- Line 265
--[[ Upvalues[2]:
[1]: var178_upvw (read and write)
[2]: clone_upvr (readonly)
]]
if not var178_upvw then
var178_upvw = true
[Link]:Create(clone_upvr, [Link](0.3), {
Size = [Link](0.3, 0);
}):Play()
[Link]:AddItem(clone_upvr, 0.3)
end
end)
end
end
end

PurchaseContainer_upvr.Purchase.MouseButton1Click:Connect(promptPurchaseConfirmatio
n_upvr)
SkinsContainer_upvr.[Link]:Connect(markContentAsPurchased_upvr)
ShopContainer_3_upvr.[Link]:Connect(markContentAsPurchased_upvr)
Purchased_upvr.DescendantAdded:Connect(function(arg1_7) -- Line 281
--[[ Upvalues[3]:
[1]: ShopContainer_3_upvr (readonly)
[2]: SkinsContainer_upvr (readonly)
[3]: markContentAsPurchased_upvr (readonly)
]]
local SOME_3 = ShopContainer_3_upvr.Contents:FindFirstChild(arg1_7.Name)
if not SOME_3 then
SOME_3 = SkinsContainer_upvr.Contents:FindFirstChild(arg1_7.Name)
end
if SOME_3 then
markContentAsPurchased_upvr(SOME_3)
end
end)
local var189_upvw
local UserInputService_upvr = game:GetService("UserInputService")
local TextService_upvr = game:GetService("TextService")
local function loadActorInfo_upvr(arg1_8) -- Line 290, Named "loadActorInfo"
--[[ Upvalues[7]:
[1]: var189_upvw (read and write)
[2]: InfoContainer_upvr (readonly)
[3]: Menu_3_upvr (readonly)
[4]: LocalPlayer_upvr (readonly)
[5]: UserInputService_upvr (readonly)
[6]: TextService_upvr (readonly)
[7]: Util_upvr (readonly)
]]
if var189_upvw ~= arg1_8 then
var189_upvw = arg1_8
local pairs_result1_13, pairs_result2_3, pairs_result3_15 =
pairs(InfoContainer_upvr.Contents:GetChildren())
for _, v_2 in pairs_result1_13, pairs_result2_3, pairs_result3_15 do
if v_2:IsA("GuiObject") then
v_2:Destroy()
end
end
pairs_result2_3 = arg1_8
local var207 = pairs_result2_3
if not var207 then
var207 = {}
end
for i_3, v_3 in pairs(var207) do
local Frame_2 = [Link]("Frame")
Frame_2.Name = "Content"
Frame_2.BackgroundTransparency = 1
Frame_2.Size = [Link](1, 0)
Frame_2.AutomaticSize = [Link].Y
Frame_2.LayoutOrder = i_3
Frame_2.Parent = InfoContainer_upvr.Contents
local UIListLayout = [Link]("UIListLayout")
[Link] = [Link](0, 10)
[Link] = [Link]
[Link] = Frame_2
for i_4, v_4 in pairs(v_3) do
if i_4 == "Separator" then
local clone_2 = [Link]:Clone()
clone_2.[Link] = tostring(v_4)
clone_2.Parent = Frame_2
elseif i_4 == "Header" then
-- KONSTANTERROR: Expression was reused, decompilation is
incorrect
local clone_5 = [Link]:Clone()
clone_5.Text = tostring(v_4)
clone_5.Parent = Frame_2
elseif i_4 == "Quote" then
-- KONSTANTERROR: Expression was reused, decompilation is
incorrect
local clone_7 = [Link]:Clone()
clone_7.Text = tostring(v_4)
clone_7.Parent = Frame_2
elseif i_4 == "Text" then
-- KONSTANTERROR: Expression was reused, decompilation is
incorrect
local clone_6 = [Link]:Clone()
clone_6.[Link] = 0
clone_6.[Link] = tostring(v_4)
clone_6.[Link] = tostring(v_3.Image)
clone_6.[Link] = v_3.Image
clone_6.Parent = Frame_2
[Link]({}, clone_6.Title)
[Link]:Create(clone_6.Title, [Link](5,
[Link]), {
MaxVisibleGraphemes = #clone_6.[Link] + 10;
}):Play()
end
end
end
local tbl_9_upvr = {}
[Link](function() -- Line 358
--[[ Upvalues[9]:
[1]: arg1_8 (readonly)
[2]: var189_upvw (copied, read and write)
[3]: Menu_3_upvr (copied, readonly)
[4]: InfoContainer_upvr (copied, readonly)
[5]: LocalPlayer_upvr (copied, readonly)
[6]: UserInputService_upvr (copied, readonly)
[7]: tbl_9_upvr (readonly)
[8]: TextService_upvr (copied, readonly)
[9]: Util_upvr (copied, readonly)
]]
-- KONSTANTERROR: [0] 1. Error Block 1 start (CF ANALYSIS FAILED)
local tbl_14_upvr = {}
local function addStatus_upvr(arg1_9) -- Line 361, Named
"addStatus"
--[[ Upvalues[2]:
[1]: addStatus_upvr (readonly)
[2]: tbl_14_upvr (readonly)
]]
if arg1_9:IsA("Folder") then
for _, v_5 in pairs(arg1_9:GetChildren()) do
addStatus_upvr(v_5)
end
elseif arg1_9:IsA("ModuleScript") then
tbl_14_upvr[arg1_9.Name] = require(arg1_9).[Link]
or "???"
end
end
addStatus_upvr([Link])
-- KONSTANTERROR: [0] 1. Error Block 1 end (CF ANALYSIS FAILED)
-- KONSTANTERROR: [333] 235. Error Block 42 start (CF ANALYSIS
FAILED)
-- KONSTANTERROR: [333] 235. Error Block 42 end (CF ANALYSIS
FAILED)
-- KONSTANTERROR: [16] 12. Error Block 2 start (CF ANALYSIS FAILED)
-- KONSTANTERROR: Expression was reused, decompilation is incorrect
-- KONSTANTERROR: [16] 12. Error Block 2 end (CF ANALYSIS FAILED)
end)
end
end
local var229_upvw
local function loadActorSkins_upvr(arg1_10) -- Line 484, Named "loadActorSkins"
--[[ Upvalues[8]:
[1]: var229_upvw (read and write)
[2]: SkinsContainer_upvr (readonly)
[3]: module_upvr (copied, readonly)
[4]: any_new_result1_upvr (readonly)
[5]: floor_upvr (copied, readonly)
[6]: format_upvr (copied, readonly)
[7]: Util_upvr (readonly)
[8]: promptPurchaseConfirmation_upvr (readonly)
]]
if arg1_10 then
local var280
if var280 ~= arg1_10 then
var229_upvw = arg1_10
var280 = pairs(SkinsContainer_upvr.Contents:GetChildren())
local pairs_result1_11, pairs_result2_10, pairs_result3_2 =
pairs(SkinsContainer_upvr.Contents:GetChildren())
for _, v_6 in pairs_result1_11, pairs_result2_10, pairs_result3_2
do
if v_6:IsA("GuiObject") then
v_6:Destroy()
end
end
pairs_result1_11 = module_upvr.CurrentlySelected
if pairs_result1_11 then
pairs_result1_11 =
module_upvr.CurrentlySelected:FindFirstChild("Config")
end
local var284 = pairs_result1_11
if var284 then
var284 = require(pairs_result1_11)
end
local DisplayName = [Link]
if not DisplayName then
DisplayName = tostring(arg1_10.Name)
end
SkinsContainer_upvr.[Link] = `{DisplayName} Skins`
[Link](function() -- Line 501
--[[ Upvalues[7]:
[1]: arg1_10 (readonly)
[2]: SkinsContainer_upvr (copied, readonly)
[3]: any_new_result1_upvr (copied, readonly)
[4]: floor_upvr (copied, readonly)
[5]: format_upvr (copied, readonly)
[6]: Util_upvr (copied, readonly)
[7]: promptPurchaseConfirmation_upvr (copied, readonly)
]]
for _, v_7_upvr in pairs(arg1_10:GetChildren()) do
local pcall_result1_2, pcall_result2_2 = pcall(require,
v_7_upvr.Config)
if not pcall_result1_2 then
print(`[Shop]: Failed to get information for skin:
{v_7_upvr.Name}`)
else
local var296_upvr
if not pcall_result2_2.Exclusive then
local clone_upvr_3 =
[Link]:Clone()
local Container_upvr_2 = clone_upvr_3.Container
clone_upvr_3.Name = v_7_upvr.Name
clone_upvr_3.LayoutOrder = pcall_result2_2.Price or
1000
clone_upvr_3.Parent = SkinsContainer_upvr.Contents
Container_upvr_2.[Link] =
pcall_result2_2.RenderImage or "rbxassetid://13373279056"
local tostring_result1_2 =
tostring(pcall_result2_2.DisplayName)
Container_upvr_2.[Link] = tostring_result1_2
var296_upvr = 0
if pcall_result2_2.Price <= var296_upvr then
tostring_result1_2 = "FREE"
else
tostring_result1_2 =
`{tostring(pcall_result2_2.Price)}$`
end
Container_upvr_2.[Link] = tostring_result1_2
if pcall_result2_2.LimitedTimeData then
local var301_upvw = 0
local LimitedTimeData_upvr_2 =
pcall_result2_2.LimitedTimeData
var296_upvr = clone_upvr_3.AncestryChanged
local any_Connect_result1_upvr_2 =
any_new_result1_upvr:Connect(function(arg1_13) -- Line 524
--[[ Upvalues[6]:
[1]: var301_upvw (read and write)
[2]: Container_upvr_2 (readonly)
[3]: LimitedTimeData_upvr_2 (readonly)
[4]: clone_upvr_3 (readonly)
[5]: floor_upvr (copied, readonly)
[6]: format_upvr (copied, readonly)
]]
local UnixTimestamp_2 =
[Link]().UnixTimestamp
local var304
if UnixTimestamp_2 == var301_upvw then
else
if not Container_upvr_2 or not
Container_upvr_2.LimitedTime then return end
var301_upvw = UnixTimestamp_2
local EndUnix_2 =
LimitedTimeData_upvr_2.EndUnix
local var306 = EndUnix_2 -
UnixTimestamp_2
var304 = false
if LimitedTimeData_upvr_2.StartUnix <
UnixTimestamp_2 then
if UnixTimestamp_2 >= EndUnix_2
then
var304 = false
else
var304 = true
end
end
clone_upvr_3.Visible = var304
Container_upvr_2.[Link] =
var304
if not var304 or 0 >= var306 then
return end
local format_upvr_result1 =
format_upvr("%02dd %02dh %02ds", floor_upvr(var306 / 86400), floor_upvr(var306 %
86400 / 3600), var306 % 60)
if Container_upvr_2.[Link] ~=
format_upvr_result1 then
Container_upvr_2.[Link] =
format_upvr_result1
end
end
end)
var296_upvr = var296_upvr:Connect
var296_upvr(function(arg1_14, arg2) -- Line 550
--[[ Upvalues[1]:
[1]: any_Connect_result1_upvr_2
(readonly)
]]
if arg2 == nil then
any_Connect_result1_upvr_2:Disconnect()
end
end)
end
if pcall_result2_2.ExclusiveText then
var296_upvr = [Link]
var296_upvr = Container_upvr_2.Outline
var296_upvr.ExclusiveGradient:Clone().Parent =
var296_upvr
var296_upvr = Container_upvr_2.Outline
var296_upvr.ImageColor3 = [Link](1, 1, 1)
var296_upvr =
[Link]:Clone()
local var310_upvw = var296_upvr
var296_upvr =
tostring(pcall_result2_2.ExclusiveText)
var310_upvw.Text = var296_upvr
var310_upvw.Parent = Container_upvr_2
end
if pcall_result2_2.Uncommon then
var296_upvr = [Link]
var296_upvr = Container_upvr_2.Outline
var296_upvr.UncommonGradient:Clone().Parent =
var296_upvr
var296_upvr = Container_upvr_2.Outline
var296_upvr.ImageColor3 = [Link](1, 1, 1)
end
if pcall_result2_2.Epic then
var296_upvr = [Link]
var296_upvr = Container_upvr_2.Outline
var296_upvr.EpicGradient:Clone().Parent =
var296_upvr
var296_upvr = Container_upvr_2.Outline
var296_upvr.ImageColor3 = [Link](1, 1, 1)
end
if pcall_result2_2.Legendary then
var296_upvr = [Link]
var296_upvr = Container_upvr_2.Outline
var296_upvr.LegendaryGradient:Clone().Parent =
var296_upvr
var296_upvr = Container_upvr_2.Outline
var296_upvr.ImageColor3 = [Link](1, 1, 1)
end
var296_upvr =
[Link]
var296_upvr = require(var296_upvr)
[pcall_result2_2.CollabInfo]
if not var296_upvr then
var296_upvr = pcall_result2_2.CollabInfo
end
if typeof(var296_upvr) == "table" then
local clone_3 =
[Link]:Clone()
clone_3.Image = var296_upvr.Icon or
"rbxassetid://9011713759"
clone_3.Parent = Container_upvr_2.CardIcons
clone_3.MouseEnter:Connect(function() -- Line
595
--[[ Upvalues[2]:
[1]: Util_upvr (copied, readonly)
[2]: var296_upvr (readonly)
]]

Util_upvr:CreateTooltip(var296_upvr.Description)
end)
clone_3.MouseLeave:Connect(function() -- Line
600
--[[ Upvalues[1]:
[1]: Util_upvr (copied, readonly)
]]
Util_upvr:CreateTooltip()
end)
end
local Name_2 = arg1_10.[Link]
if Name_2 == "Survivors" then
Container_upvr_2.Title.TextColor3 =
[Link](200, 200, 255)
elseif Name_2 == "Killers" then
Container_upvr_2.Title.TextColor3 =
[Link](255, 200, 200)
end
Container_upvr_2.MouseEnter:Connect(function() --
Line 614
--[[ Upvalues[2]:
[1]: Container_upvr_2 (readonly)
[2]: var310_upvw (read and write)
]]
[Link]:Create(Container_upvr_2,
[Link](0.25), {
Size = [Link](1.05, 1.05);
}):Play()
if var310_upvw then
[Link]:Create(var310_upvw,
[Link](0.175), {
TextTransparency = 0;
TextStrokeTransparency = 0;
}):Play()
end
end)
Container_upvr_2.MouseLeave:Connect(function() --
Line 619
--[[ Upvalues[2]:
[1]: Container_upvr_2 (readonly)
[2]: var310_upvw (read and write)
]]
[Link]:Create(Container_upvr_2,
[Link](0.25), {
Size = [Link](1, 1);
}):Play()
if var310_upvw then
[Link]:Create(var310_upvw,
[Link](0.175), {
TextTransparency = 1;
TextStrokeTransparency = 1;
}):Play()
end
end)

Container_upvr_2.Interact.MouseButton1Click:Connect(function() -- Line 624


--[[ Upvalues[3]:
[1]: Container_upvr_2 (readonly)
[2]: promptPurchaseConfirmation_upvr
(copied, readonly)
[3]: v_7_upvr (readonly)
]]
if not
Container_upvr_2:FindFirstChild("Purchased") then
promptPurchaseConfirmation_upvr(v_7_upvr)
end
end)
end
end
end
end)
end
end
end
local var322_upvw
local var323_upvw = false
PurchaseContainer_upvr.[Link].MouseButton1Click:Connect(function() --
Line 637
--[[ Upvalues[8]:
[1]: var323_upvw (read and write)
[2]: module_upvr (copied, readonly)
[3]: loadActorInfo_upvr (readonly)
[4]: var322_upvw (read and write)
[5]: InfoContainer_upvr (readonly)
[6]: PurchaseContainer_upvr (readonly)
[7]: SkinsContainer_upvr (readonly)
[8]: ShopContainer_3_upvr (readonly)
]]
local var325
if var325 then
else
var325 = true
var323_upvw = var325
var325 = module_upvr.CurrentlySelected
if var325 then
var325 = module_upvr.CurrentlySelected:FindFirstChild("Config")
end
local var326 = var325
if var326 then
var326 = require(var325)
end
if not var326 or not [Link] then
var323_upvw = false
return
end
loadActorInfo_upvr([Link])
if var322_upvw then
[Link](var322_upvw)
end
if 0.35 <= InfoContainer_upvr.[Link] then

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25),
{
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(ShopContainer_3_upvr, [Link](0.25),
{
Size = [Link](0.7, 1);
}):Play()
var322_upvw = [Link](0.25, function() -- Line 657
--[[ Upvalues[2]:
[1]: SkinsContainer_upvr (copied, readonly)
[2]: InfoContainer_upvr (copied, readonly)
]]
SkinsContainer_upvr.Visible = false
InfoContainer_upvr.Visible = false
end)
[Link](0.175, function() -- Line 658
--[[ Upvalues[1]:
[1]: var323_upvw (copied, read and write)
]]
var323_upvw = false
end)
ShopContainer_3_upvr.Visible = true
return
end

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 0;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0.7, 1);
}):Play()
[Link]:Create(ShopContainer_3_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
var322_upvw = [Link](0.25, function() -- Line 666
--[[ Upvalues[2]:
[1]: SkinsContainer_upvr (copied, readonly)
[2]: ShopContainer_3_upvr (copied, readonly)
]]
SkinsContainer_upvr.Visible = false
ShopContainer_3_upvr.Visible = false
end)
[Link](0.175, function() -- Line 667
--[[ Upvalues[1]:
[1]: var323_upvw (copied, read and write)
]]
var323_upvw = false
end)
InfoContainer_upvr.Visible = true
end
end)
PurchaseContainer_upvr.[Link].MouseButton1Click:Connect(function()
-- Line 673
--[[ Upvalues[8]:
[1]: var323_upvw (read and write)
[2]: module_upvr (copied, readonly)
[3]: loadActorSkins_upvr (readonly)
[4]: var322_upvw (read and write)
[5]: SkinsContainer_upvr (readonly)
[6]: PurchaseContainer_upvr (readonly)
[7]: InfoContainer_upvr (readonly)
[8]: ShopContainer_3_upvr (readonly)
]]
if var323_upvw then
else
var323_upvw = true
if not module_upvr.CurrentlySelected then return end
local var343 =
[Link]:FindFirstChild(tostring(module_upvr.CurrentlySe
[Link]))
if var343 then
var343 =
[Link]:FindFirstChild(tostring(module_upvr.CurrentlySe
[Link])):FindFirstChild(tostring(module_upvr.CurrentlySelected))
end
if not var343 then
var323_upvw = false
return
end
loadActorSkins_upvr(var343)
if var322_upvw then
[Link](var322_upvw)
end
if 0.35 <= SkinsContainer_upvr.[Link] then

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25),
{
Size = [Link](0, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(ShopContainer_3_upvr, [Link](0.25),
{
Size = [Link](0.7, 1);
}):Play()
var322_upvw = [Link](0.25, function() -- Line 694
--[[ Upvalues[2]:
[1]: InfoContainer_upvr (copied, readonly)
[2]: SkinsContainer_upvr (copied, readonly)
]]
InfoContainer_upvr.Visible = false
SkinsContainer_upvr.Visible = false
end)
[Link](0.175, function() -- Line 695
--[[ Upvalues[1]:
[1]: var323_upvw (copied, read and write)
]]
var323_upvw = false
end)
ShopContainer_3_upvr.Visible = true
return
end

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 0;
}):Play()

[Link]:Create(PurchaseContainer_upvr.[Link],
[Link](0.25), {
ImageTransparency = 1;
}):Play()
[Link]:Create(SkinsContainer_upvr, [Link](0.25), {
Size = [Link](0.7, 1);
}):Play()
[Link]:Create(InfoContainer_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
[Link]:Create(ShopContainer_3_upvr, [Link](0.25), {
Size = [Link](0, 1);
}):Play()
var322_upvw = [Link](0.25, function() -- Line 703
--[[ Upvalues[2]:
[1]: InfoContainer_upvr (copied, readonly)
[2]: ShopContainer_3_upvr (copied, readonly)
]]
InfoContainer_upvr.Visible = false
ShopContainer_3_upvr.Visible = false
end)
[Link](0.175, function() -- Line 704
--[[ Upvalues[1]:
[1]: var323_upvw (copied, read and write)
]]
var323_upvw = false
end)
SkinsContainer_upvr.Visible = true
end
end)
for _, v_8 in pairs(PurchaseContainer_upvr.Buttons:GetChildren()) do
local Description = v_8:GetAttribute("Description")
if Description then
v_8.[Link] = 0
v_8.[Link] = Description
end
end
module_upvr.__tabsData = {}
for _, v_9 in pairs([Link]:GetChildren()) do
local v_9_2 = require(v_9)
v_9_2.Shop = module_upvr
module_upvr.__tabsData[v_9.Name] = v_9_2:CreateTab(Menu_3_upvr)
end
module_upvr:SwitchTab("Killers")
for _, v_10_upvr in pairs(Topbar:GetChildren()) do
if v_10_upvr:IsA("ImageButton") then
v_10_upvr.MouseButton1Click:Connect(function() -- Line 732
--[[ Upvalues[2]:
[1]: module_upvr (copied, readonly)
[2]: v_10_upvr (readonly)
]]
module_upvr:SwitchTab(v_10_upvr.Name)
end)
end
end
Searchbar_2_upvr.TextBox:GetPropertyChangedSignal("Text"):Connect(function() --
Line 739
--[[ Upvalues[2]:
[1]: ShopContainer_3_upvr (readonly)
[2]: Searchbar_2_upvr (readonly)
]]
for _, v_11_upvr in pairs(ShopContainer_3_upvr.Contents:GetChildren()) do
if v_11_upvr:IsA("Frame") then
local Title_upvr_2 = v_11_upvr.[Link]
pcall(function() -- Line 743
--[[ Upvalues[3]:
[1]: v_11_upvr (readonly)
[2]: Searchbar_2_upvr (copied, readonly)
[3]: Title_upvr_2 (readonly)
]]
local var378 = true
if Searchbar_2_upvr.[Link] ~= "" then
var378 = [Link](Title_upvr_2.Text:lower(),
Searchbar_2_upvr.[Link]:lower())
end
v_11_upvr.Visible = var378
end)
end
end
end)
game:GetService("RunService").Heartbeat:Connect(function(arg1_15) -- Line 750
--[[ Upvalues[1]:
[1]: any_new_result1_upvr (readonly)
]]
any_new_result1_upvr:FireDeferred(arg1_15)
end)
end
return module_upvr

Also make sure you understand behavior, config so scripts works properly and
currently I want you to know how to use their system correctly, because i want it
display all skins are brought and also Shows all skins for all Characters (Which I
have) For All Specific Characters,now you understand for server they use no skin on
me, only new animations but not new intro but me sees all custom intro, vfx
possibly and more and Tell me if you need more scripts to help?

You might also like