i dont really know what to really name this thrread, but i will give a more in-depth explanation here.
i have a Model named THE_BOILED_ONE that is in the ReplicatedStorage, and inside of StarterGUI i have his Jumpscare GUI.
I made it so that when Lighting.ClockTime >= 23 THE_BOILED_ONE is cloned from ReplicatedStorage to Workspace.
Problem is, inside of the Jumpscare_GUI script, i said local THE_BOILED_ONE = game.Workspace:WaitForChild("THE_BOILED_ONE")
and since he is not in the workspace, the JUMPSCARE_GUI script doesn't seem to work and returns an error saying *infinite yield*.
How would i go about solving this problem?