Error on loading code

script.Parent:Clone().Parent = game.Players.LocalPlayer.PlayerGui
local TweenService = game:GetService("TweenService")

game.Loaded:Connect(function()
    local TweenService = game:GetService("TweenService")
    script.Parent:FindFirstChild("Holder").Loading.Text = "Loaded!"
    task.wait(1)
    script.Parent:FindFirstChild("Holder").Loading.Visible = false
    local LoadingTweenInfo = TweenInfo.new(1,Enum.EasingStyle.Sine,Enum.EasingDirection.Out,0)
    local LoadingTween = TweenService:Create(script.Parent:FindFirstChild("Holder"),LoadingTweenInfo,{BackgroundTransparency = 0})
    LoadingTween:Play()
end)

01:44:58.204 startScript re-entrancy has exceeded 3 - Client - Handler:1 I’m getting this dumb error, and I’m not sure why! Btw, the UI is in ReplicatedFirst.

Can you send a screenshot of the outout and the name of the above script?

I fixed it lol thanks though have a good day!