I am trying to create a load-in screen as practice to hopefully use in a future game. I am very new to programming, so I (obviously) am going to have problems that need to be solved.
After watching multiple programming tutorials on ‘How to make a loading screen (ROBLOX)’, and all of the attempts resulted in countless errors that I wasn’t able to solve.
I have asked a few programmer friends, and they say the script should work. I am resulting to the developer forum to have the answers I am looking for. If possible, please leave me details as to why my scripts aren’t working.
If you are wondering, my goal is to make an entire game with little to no help, but due to my lag of programming skills, that is put on hold until I can do so efficiently without having multiple encounters.
Inside of the tween position you have an extra comma which is erroring.
You also don’t need the second repeat wait until game is loaded. The first one already yields until the game is loaded, so the second one doesn’t make sence.
You don’t need the repeat … until … here, the code already waits for the game to load. Replace that block with wait(0.5) if you want to wait for the tween to finish.