Copy salient and essential scripts and models from Plane Building Roblox
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
local ready
|
||||
if game:GetService("RunService"):IsClient() then ready = game.ReplicatedFirst.ReadyClient else ready = game.ReplicatedFirst.ReadyServer end
|
||||
if not ready.Value then ready.Changed:Wait() end
|
||||
return function() end
|
||||
Reference in New Issue
Block a user