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 to get rid of a error message spamming my output.
What is the issue?
I am getting the error that my position for the primary part is nil, I believe it is because of the models not loading in, is there a simple fix to that?
the error is on the 2nd line.
runService.RenderStepped:Connect(function()
if player:DistanceFromCharacter(v:WaitForChild("EggMesh").PrimaryPart.Position) < MaxDisplayDistance then
if cantOpenBillboard == false then
billboardTemp.Enabled = true
animateBillboard(billboardTemp,true)
picture of my ugly output due to this error. NOTE : this just started happening because my map has gotten bigger! which makes me believe its a loading in issue, is there a fix?