You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I want the script to find the frame
- What is the issue? Include screenshots / videos if possible!
It yields for all eternity
^^
Image of hierarchy
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried looking everywhere, but it doesn’t seem like anyone has the same issue as me
local PlayerService = game:GetService("Players")
local Player = PlayerService.LocalPlayer
local PlayerGui = Player:WaitForChild("PlayerGui")
local StatusBillboard = PlayerGui:WaitForChild("StatusBillboard")
local BillboardTemplate = StatusBillboard:WaitForChild("Template")
local Frame = BillboardTemplate:Clone()
Frame.Parent = StatusBillboard:WaitForChild("Holder")--This is where it yields for all eternity, which it clealry shouldn't
If anyone could explain why the script can’t find any of the children of the clone please tell me!
OBS - Everything has Archivable = true