while wait() do
g = script.Parent.Parent.Parent.Name
if script.Parent.Parent.Name == "PlayerGui" then
if game.Workspace:findFirstChild(g).Head.PoisonGUI == nil then
h = script.Parent.PoisonGUI:clone()
h.Parent = game.Workspace:findFirstChild(g).Head
end
else
end
end
I'm honestly not sure what to do about this, I've posted this on the main roblox site but they aren't really helping this issue.
It's meant to clone a billboard GUI inside of the scripts parent to the players head if the GUI is in the playergui.