Ladder contacts

This commit is contained in:
2024-02-22 14:14:16 -05:00
parent 92743349e5
commit 75a476c37a
5 changed files with 44 additions and 28 deletions

View File

@@ -2,8 +2,9 @@
--Who said UI on here cant look like a web design lole,
local RS = game:GetService("RunService")
local RS = game:GetService("RunService")
local Storage = game:GetService("ReplicatedStorage")
local TS = game:GetService("TestService")
local LoadingFun = true
@@ -113,7 +114,8 @@ return function(IntroGui: ScreenGui, load_elapse_start: number)
if LoadingFun then
task.wait(math.max(0, 3-load_elapse)) --Only if you take longer than or exactly 3 seconds to load
end
print(load_elapse)
TS:Message("Load elapse: "..tostring(load_elapse), game)
GUI_LoadFinish(Stepped, Gui)
end)
end