Heres the script; it's inside the StartGui:
if game.Players.NumPlayers > 3 then for i = 1,0,-1 do Game.Workspace.GUIPart.SurfaceGui.Frame.TextLabel.Text = tostring(i) Game.Workspace.Tick:Play() wait(1) end wait(0.5) Workspace.Beginning.Volume = 0.5 Workspace.Beginning:Play() wait(0.5) Derp = Workspace.GUIPart.SurfaceGui.Frame.TextLabel Workspace.Tick:Play() Derp.Text = "Welcome To Outrageous Obstacles!" wait(3) if game.Players.PlayerRemoving:connect() then for _,v in pairs(game.Players:GetPlayers()) do v.Character.Head.Destroy() if Workspace.GUIPart.SurfaceGui.Frame.TextLabel.Text ~= "More Players Needed.." then-- caps matter Workspace.GUIPart.SurfaceGui.Frame.TextLabel.Text = "More Players Needed.." end end end
I tried everything that I could to fix this but nothing. Now if there is somebody who knows, may you please point out the mistake that I am making?