This commit is contained in:
EternityDev 2024-04-06 11:21:35 +07:00
parent 9aaa382278
commit 0bc8f56e11
4 changed files with 5 additions and 15 deletions

View file

@ -3,5 +3,5 @@
# To add a new tool, add an entry to this table.
[tools]
rojo = "rojo-rbx/rojo@7.4.0"
rojo = "rojo-rbx/rojo@7.4.1"
wally = "UpliftGames/wally@0.3.2"

View file

@ -1,12 +1,6 @@
{
"name": "Warp",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Warp": {
"$path": "src"
}
}
"$path": "src"
}
}

View file

@ -1,4 +1,4 @@
--!strict
return function(): number?
return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 7)) -- 4 digits
return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 6)) -- 4 digits
end

View file

@ -4,11 +4,7 @@ version = "1.0.9"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"
exclude = [
"node_modules",
"docs",
".github",
]
exclude = ["node_modules", "docs", ".github", "*.rbxl", "*.rbxmx", "*.rbxml"]
description = "A very-fast & powerful networking library for Roblox."
[dependencies]
[dependencies]