if plr:IsInGroup(8342423) then
-- If the player IS in the group
if plr:GetRankInGroup(8342423) > 10 then
local clone game.ServerStorage.Host:Clone()
clone.Parent = plr.PlayerGui
end
end
The cloned GUI comes back as nil.
By the way, this happens when the player joined, and the player variable is “plr”.