Isnβt this also an article on the Roblox Dev Wiki?
Yes. However many beginners may find dev wiki and other sources confusing and I want to make sure they have a second source that is, hopefully, simpler than official articles or tutorials.
Theres an extra dot that should be removed
Other than that, i like this
Ah, thank you. I didnβt catch that.
Looks like it is just a glitch. It doesnβt show up in editing. Thank though!
Glad to see how far youβve come man nice job!
Can you please explain tween service. Sorry if I am asking this since i am just a beginner I do nor know what tween service is and how do we use it. Sry if my question is a very dumb one.
thank you
Haha! Yes, tween service can seem very complex. I think it would be hard for me to tell you exactly what it is. Here is an AlvinBlox video I used to understand what it was. Also, here is the Roblox Developer Hub site for TweenService. Hope this helps, as it helped me too.
I would watch the video and use the website as reference along the way, personally.
Thank you very much !!! This will really help me.
Thank you for this valuable information Iβll be sure to implement this
how do you make it so that the loading screen actually shows the real percentage of the game that is loaded?
use content provider and a i v in pairs
?
βββββββ
ββββββββββββββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ β
βββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ β
content provider?βββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ β
Thanks for the loading screen tutorial! But I have a question, why do we have to put the local script and guis in ReplicatedFirst
. Why not game.StarterGui
?( I wonβt have to reference the playergui)
And itβs also because Local Scripts only run if theyβre a descendant of StarterPlayer
, StarterGui
and ReplicatedFirst
.
Itβs because the code in ReplicatedFirst
runs before any other code.
ok, i get it. But how to use it to get the percentage of assets loaded?
i would use the for i, v in pairs and #totalAssets . something like this
i/totalAssets
and somehow cut the front and back , leave only the middle . (i think it need string.sub)
to see the whole percentage , use this
print(i/totalAssets)