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. # To add a new tool, add an entry to this table.
[tools] [tools]
rojo = "rojo-rbx/rojo@7.4.0" rojo = "rojo-rbx/rojo@7.4.1"
wally = "UpliftGames/wally@0.3.2" wally = "UpliftGames/wally@0.3.2"

View file

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

View file

@ -1,4 +1,4 @@
--!strict --!strict
return function(): number? 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 end

View file

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