of     1   

XtremeTemper
#149851214Sunday, November 16, 2014 3:47 AM GMT

Roblox recently released an update so we can have our own custom loading screen (Horrah!) but whenever I try using it, it doesnt load the game, it crashes...Does anyone know if the new system even works? Maybe its my code? Heres the code that runs first: game.ReplicatedFirst:RemoveDefaultLoadingScreen() local gui = script.LoadGui local gui2 = gui:Clone() game.Players.LocalPlayer:WaitForChild("PlayerGui") gui2.Parent = game.Players.LocalPlayer.PlayerGui gui2.Frame.Outline.Main.Disabled = false gui2.Frame.Heading.Script.Disabled = false
XtremeTemper
#149851470Sunday, November 16, 2014 3:50 AM GMT

bmp
ComradeREKTangle
#149851557Sunday, November 16, 2014 3:51 AM GMT

Don't bump if it's already at the top.
ash877
#149851773Sunday, November 16, 2014 3:55 AM GMT

They said it's not yet available. IDK if it's available now. It's on the wiki but has a warning saying to not use it or something.
XtremeTemper
#149851825Sunday, November 16, 2014 3:55 AM GMT

Okay, I think I found the problem, but dont know how to fix it. When I disabled this script, it didnt crash, Heres the script, I dont see anything in here that could crash it: local player = game.Players.LocalPlayer local bar = script.Parent.Bar wait(5) while game.ContentProvider.RequestQueueSize >= 0 do local dec = game.ContentProvider.RequestQueueSize/100 local per = dec*100 print("Decimal: "..dec) print("Percent: "..per.."%") script.Parent.Bar:TweenSize(UDim2.new(dec,0,1,0),"Out","Quad",.1) script.Parent.Text = per.."%" wait() end wait(3) local base = game.Workspace:FindFirstChild(player.Base.Value) if base ~= nil then player.Character:MoveTo(base.Spawn.Position+Vector3.new(0,5,0)) end script.Parent.Text = "Done!" wait(1) for i = 0,1,.1 do script.Parent.Parent.BackgroundTransparency = i wait(.1) end script.Parent.Parent.Parent:Destroy()
XtremeTemper
#149851859Sunday, November 16, 2014 3:56 AM GMT

@Ash, its Available now.
ash877
#149851955Sunday, November 16, 2014 3:57 AM GMT

Post link to game plz when you're finished. I wanna see it!
XtremeTemper
#149852777Sunday, November 16, 2014 4:10 AM GMT

http://www.roblox.com/WIP-2-Build-and-Race-2-REMAKE-place?id=78012929 There you go. Its really weird, Theres some bugs I need to fix I think, Either that or roblox loads weirdly.
ash877
#149852875Sunday, November 16, 2014 4:12 AM GMT

Whenever you feel like releasing to the public I'll join.

    of     1