mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 21:41:53 +00:00
Ladder contacts
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user