FiNisH 1.18
This commit is contained in:
parent
90949d7633
commit
2203166326
|
|
@ -7416,8 +7416,24 @@ end
|
||||||
<bool name="Disabled">false</bool>
|
<bool name="Disabled">false</bool>
|
||||||
<Content name="LinkedSource"><null></null></Content>
|
<Content name="LinkedSource"><null></null></Content>
|
||||||
<string name="Name">Workaround</string>
|
<string name="Name">Workaround</string>
|
||||||
<ProtectedString name="Source">game.Players.LocalPlayer.PlayerGui.Menu.MenuScript.Disabled = true
|
<ProtectedString name="Source">local function waitForChild(instance, name)
|
||||||
game.Players.LocalPlayer.PlayerGui.Menu.MenuScript.Disabled = false</ProtectedString>
|
	while not instance:FindFirstChild(name) do
|
||||||
|
		instance.ChildAdded:wait()
|
||||||
|
	end
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
waitForChild(game, "NetworkClient")
|
||||||
|
|
||||||
|
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("Playing solo, not using workaround.")
|
||||||
|
end
|
||||||
|
|
||||||
|
</ProtectedString>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Item>
|
</Item>
|
||||||
</Item>
|
</Item>
|
||||||
|
|
|
||||||
7072
libraries2013.rbxm
7072
libraries2013.rbxm
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue