mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 23:01:53 +00:00
Just about a work state, Bug with different direction and the loop not working
This commit is contained in:
@@ -9,13 +9,11 @@ local function printStudio<T...>(...: T...)
|
||||
print(...)
|
||||
end
|
||||
end
|
||||
|
||||
local function printServer<T...>(...: T...)
|
||||
if RunService:IsServer() then
|
||||
print(...)
|
||||
end
|
||||
end
|
||||
|
||||
local function printClient<T...>(...: T...)
|
||||
if RunService:IsClient() then
|
||||
print(...)
|
||||
@@ -27,13 +25,11 @@ local function warnStudio<T...>(...: T...)
|
||||
warn(...)
|
||||
end
|
||||
end
|
||||
|
||||
local function warnServer<T...>(...: T...)
|
||||
if RunService:IsServer() then
|
||||
warn(...)
|
||||
end
|
||||
end
|
||||
|
||||
local function warnClient<T...>(...: T...)
|
||||
if RunService:IsClient() then
|
||||
warn(...)
|
||||
|
||||
Reference in New Issue
Block a user