Start Screen Generator [Plugin]

👋 Start Screen Generator 👋


ℹ Information ℹ

Start Screen Generator is a way to welcome your players, or just in general have an introduction screen! Perfect for welcoming, or hiding your game while its loading in! We try to update it frequently to provide the best plugin, and make the biggest impact on game development possible!

❗ Current Possibilities ❗

You can currently select 3 different start screens! We plan on adding a ton more including gradients, small pop-up start screens, etc.

🔨 Configuration 🔨

Want a specific style, but a different color? You can color it like you'd color any other gui!

🔧 Installation 🔧

The installation is easy! It's just 1 click!

❓ Support ❓

Have a suggestion, find a bug, or need help? You can contact me on twitter (@ItsBenDev), or in messages, or this reply section (I cannot guarantee a fast reply with the reply section.)

🛠 Get The Plugin 🛠

We hope you enjoy the plugin! You can get it here: https://www.roblox.com/library/6994200195/Start-Screen-Generator (or linked below)! If you like the plugin, please rate it so my work is worth it and is seen!

😄 Thanks 😄

Thank you so much for reading! I hope you enjoy the plugin! Like it? Please review it so it's seen! Want to directly support me? Share the plugin with others!

:hammer_and_wrench: Grab the plugin here: Start Screen Generator :hammer_and_wrench:

7 Likes

You might wanna check into your scripts…


image

2 Likes

Ah. Oops. Do you know what you did that caused it or did it just do it randomly?

This plugin isn’t working, it’s probably because you need to make your gui models public.
I’d recommend instead putting the gui’s inside your script then cloning it from there.

Working on it! My apologies! Can you try now?

Well, i only clicked the buttons and that showed up-

My apologies for the issue! Can you try now? Thanks!

It still says line 25… It seems to be because of the ID your inserting.

Might run better if the OP uses game:GetObjects() to load models (though I don’t know this plugin works)

Also, I don’t know why you need developers to do this, you can easily program the plugin to do this

Still doesn’t work, probably not because of how it wasn’t public.

All the models are public now, don’t know why it isn’t working. I’ll probably end up cloning it like you said.

Making it show when you join the game.

That’s… literally what the point of StarterGui is? It’s literally already cloned into each Player’s PlayerGui when they join. You don’t need a server script for it.

1 Like

Not quite sure what you mean. That’s there so the developer can work without having to enable and disable the gui.

You should probably just insert a LocalScript which make’s the gui visible.
Just a basic example that took me 5 seconds to write.

script.Parent.Visible = true

??? This makes no sense, you can literally just toggle gui visibility inside of Studio

It’s there so the developer doesn’t have to toggle it.

For some reason, it doesn’t seem to work for me.

Hey! We’re working on a fix! Thanks for letting us know as we work on it! It’ll be ready in 2 shakes of a dog’s tail!

1 Like

You say “you” but when any player joins the game the gui will become visible because it’s game.Players.PlayerAdded, which can be any player. Also, you shouldn’t be making it visble on the server

1 Like