This commit is contained in:
lx
2026-07-06 14:01:11 -04:00
commit c4f97d729d
16468 changed files with 935321 additions and 0 deletions
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_asset-card"]["asset-card"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_infinite-scroller-98304e77-0.7.3"]["infinite-scroller"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_infinite-scroller-3aafd7fe-7286a922"]["infinite-scroller"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,9 @@
local LuaChatDeps = script.Parent
return {
InfiniteScroll = require(LuaChatDeps.InfiniteScroller),
InfiniteScroll71 = require(LuaChatDeps.InfiniteScroller71),
RoduxNetworking = require(LuaChatDeps.RoduxNetworking),
UIBlox = require(LuaChatDeps.UIBlox),
AssetCard = require(LuaChatDeps.AssetCard),
}
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["rodux-networking"]["rodux-networking"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["UIBlox"]["UIBlox"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
# Generated by Rotriever. Format subject to change in future releases.
name = "LuaChatDeps"
version = "0.1.3"
commit = "f16c004618db2eacb01bf85c73946d0711bfe922"
source = "git+https://github.com/roblox/lua-chat-deps#master"
dependencies = [
"AssetCard roblox/asset-card 103b2a57 git+https://github.com/roblox/asset-card#v1.0.3",
"InfiniteScroller roblox/infinite-scroller 0.7.3 url+https://github.com/roblox/infinite-scroller",
"InfiniteScroller71 roblox/infinite-scroller 7286a922 git+https://github.com/roblox/infinite-scroller#v0.7.1",
"RoduxNetworking rodux-networking 8902a6aa git+https://github.com/roblox/rodux-networking#v1.0.2",
"UIBlox UIBlox 3a82d9ed git+https://github.com/roblox/uiblox#master",
]