FiNisH 1.18

This commit is contained in:
Quacky 2017-08-18 18:03:14 -05:00
parent 90949d7633
commit 2203166326
2 changed files with 6980 additions and 112 deletions

View File

@ -7416,8 +7416,24 @@ end
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">Workaround</string>
<ProtectedString name="Source">game.Players.LocalPlayer.PlayerGui.Menu.MenuScript.Disabled = true
game.Players.LocalPlayer.PlayerGui.Menu.MenuScript.Disabled = false</ProtectedString>
<ProtectedString name="Source">local function waitForChild(instance, name)
&#9;while not instance:FindFirstChild(name) do
&#9;&#9;instance.ChildAdded:wait()
&#9;end
end
waitForChild(game, &quot;NetworkClient&quot;)
wait(0.1)
game.Players.LocalPlayer.PlayerGui.Menu.MenuScript.Disabled = true
game.Players.LocalPlayer.PlayerGui.Menu.MenuScript.Disabled = false
if game.NetworkClient == nil then
print(&quot;Playing solo, not using workaround.&quot;)
end
</ProtectedString>
</Properties>
</Item>
</Item>

File diff suppressed because it is too large Load Diff