Copy salient and essential scripts and models from Plane Building Roblox
This commit is contained in:
commit
891781366d
76 changed files with 10904 additions and 0 deletions
4
scripts/ReadyModule
Normal file
4
scripts/ReadyModule
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue