I need help on making a loading screen like how most famous video games do and I want to use the camera point for this but I want it to switch pictures and make it where you can switch it with a button
1 Like
An easy way to accomplish this: place down a barrier as your background, and make a text on the middle of it showing “Game Loading”. Next, place down a button, a trigger (with 10 seconds delay) and a camera point. Make sure to put the camera point beneath the text, then wire them as shown:
Button (pressed) → Camera Point (activate)
Button (pressed) → Trigger (trigger)
Trigger (trigger) → Camera Point (deactivate)
if you want to teleport your players to another place after the loading screen is finished, make the trigger teleport to the certain teleporter after the delay.
let me know if you still have questions.
4 Likes