Categories > Exploiting > Scripts >
[HELP] Faction Defence load tycoon GUI not appearing.
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
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.
Cancel
Post
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
Cancel
Post
I know LUA and some C#
Â
and i own synapse x noob
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.
Cancel
Post
Replied
Ran into the same issue but nothing shows far as upgrading the base and soldiers i uses this script
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post