
Loading Screen Stuck Scripting Support Developer Forum Roblox The loading screen is working fine in studio, but stuck when just joining the game haven’t found a solution to this… my code: (the script is in replicatedfirst and the loading gui is in replicatedfirst aswell) game.startergui:setcoreguienabled(enum.coreguitype.playerlist, false) local replicatedstorage = game:getservice("replicatedstorage") local replicatedfirst = game:getservice. Startergui:setcoreguienabled(enum.coreguitype.backpack, true) gui:destroy() made the loading script using this: how do i make a actual loading screen? scripting support i believe i have found a propper tutorial for asset loading screen. [roblox how to make a loading using content provider.] any help would be very much appriecated.

Loading Screen Stuck Scripting Support Developer Forum Roblox Hey! i’ve been trying to make a system that waits for all players to load into the game, and then resumes. with loaded, i mean they’re off the roblox loading screen and can see the game world. my current solution works fine in studio but then breaks in the roblox player if you load for quite a while. replicatedfirst local script: local assets = { game:getservice("starterplayer"), game. Uhhm try to maybe put this line of code before destroying and cloning stuff. replicatedfirst:removedefaultloadingscreen() thats from where i would start. i didn’t really understand the issue what were you having?. Hi, so basically i made this loading screen, and it just gets stuck loading forever and im not sure why. explorer: code (in localscript): local replicatedstorage = game:getservice ('replicatedstorage') useless loc…. Thanks for the info, yeah looking for a bit i ended up on that page you linked, though of course like you said that’s a roblox internal function. i feel that it may be a new roblox bug, as the loading screen has always worked before this (no changes were made the the loading screen or its code since then), however i haven’t seen this on any other experiences. as for the syntax errors that.

Loading Screen Stuck Scripting Support Developer Forum Roblox Hi, so basically i made this loading screen, and it just gets stuck loading forever and im not sure why. explorer: code (in localscript): local replicatedstorage = game:getservice ('replicatedstorage') useless loc…. Thanks for the info, yeah looking for a bit i ended up on that page you linked, though of course like you said that’s a roblox internal function. i feel that it may be a new roblox bug, as the loading screen has always worked before this (no changes were made the the loading screen or its code since then), however i haven’t seen this on any other experiences. as for the syntax errors that. Hello all! i am having a bit of trouble with my loading screen. all i want it to say is "assets loaded: (how many loaded) (total assets) i am quite stuck and i need some help! thanks!. Hello developers, today i found this interesting loading screen mechanic from game called “slap battles”, i would like to make something like this, can you tell me how it works and how i can script this? i’ve never encountered anything like this. my friend shared the original ui from that game. video: ui: loadingscreen.rbxm (5.2 kb).

Loading Screen Stuck Scripting Support Developer Forum Roblox Hello all! i am having a bit of trouble with my loading screen. all i want it to say is "assets loaded: (how many loaded) (total assets) i am quite stuck and i need some help! thanks!. Hello developers, today i found this interesting loading screen mechanic from game called “slap battles”, i would like to make something like this, can you tell me how it works and how i can script this? i’ve never encountered anything like this. my friend shared the original ui from that game. video: ui: loadingscreen.rbxm (5.2 kb).