Categories > Exploiting > Scripts >

[HELP] Faction Defence load tycoon GUI not appearing.

Posts: 14

Threads: 6

Joined: May, 2019

Reputation: 0

Posted

Straight to the point, when I entered the game and got onto one of the teams, my load tycoon GUI wouldn't load and it's been happening all day today. I'm postively sure that there is a fix to this but I don't have the scripting skills to do the fix myself, so I was wondering if anyone is able to make a refresh gui script , make all guis appear or something to that effect whatever. 

 

Gamelink: https://www.roblox.com/games/891539556/Faction-Defence#!/about

 

  • 0

Added

It's been well over a day since this issue was reported and i'm still looking for a fix, please get back to me with details on how I can fix it.

  • 0

trollhackerdude

LUA and C# programmer

Posts: 119

Threads: 33

Joined: Jun, 2018

Reputation: 1

Replied

local plr = game:GetService("Players").LocalPlayer

for i, v in pairs(plr.PlayerGui:GetChildren()) do

if v:IsA("ScreenGui") then

v.Enabled = true

end

end

 

that should make all the guis appear, it would be better if you actually linked the script so i could take a look at whats wrong.

if it doesnt work message me on discord: The Nubster#6128 and i will be happy to fix the gui

  • 0

I know LUA and some C#

 

and i own synapse x noob

Posts: 14

Threads: 6

Joined: May, 2019

Reputation: 0

Replied

@trollhackerdude I am relatively sure that its gonna be one of these scripts that messed it up. Also the script you gave me did not work at all.

https://v3rmillion.net/showthread.php?tid=784633

https://v3rmillion.net/showthread.php?tid=445865

  • 0

Posts: 1

Threads: 0

Joined: Feb, 2020

Reputation: 0

Replied

Ran into the same issue but nothing shows far as upgrading the base and soldiers i uses this script

https://v3rmillion.net/showthread.php?tid=784633

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )