How to make a welcome gui. | Roblox Studio |

  Рет қаралды 5,290

Smithers

Smithers

Жыл бұрын

With this video I'll show you how to make a welcome gui in roblox studio.
Dont forget to like and subscribe for more videos!
and check out my Twitter "PurleyPurplerThanU" for updates, games, commissions, and more!

Пікірлер: 59
@Nik1Camero
@Nik1Camero Жыл бұрын
4:24 just put ResetOnSpawn to off
@questionmark00000
@questionmark00000 2 ай бұрын
Still making UI and I read your comment. Where should I put the "ResetOnSpawn"?
@Nik1Camero
@Nik1Camero 2 ай бұрын
@@questionmark00000 It is in properties. Just go ahead and set it to false. if you don't want it to move when loading in also set DoGuiOffset or smth to off too
@AKUL_9226
@AKUL_9226 10 ай бұрын
TYSM this makes my game look so much better!!!
@multi.luhvs5
@multi.luhvs5 11 ай бұрын
this helped me a lot! thank you :). You deserve more subs
@SmithersK0
@SmithersK0 11 ай бұрын
Thank you And thank you for watching❤️
@ATFwarcriminal
@ATFwarcriminal 8 ай бұрын
thanks so much! you saved my life plus i just subbed
@Wiks_rbxlol
@Wiks_rbxlol 3 ай бұрын
tysm for ur help you deserve a follow
@talentlessidiot8384
@talentlessidiot8384 Жыл бұрын
i might be really stupid bc i cant get it to work when i test it and press the button to close it, it wont go away
@GamerStudios-Gs-
@GamerStudios-Gs- Жыл бұрын
same thing happened to me a few years ago im still trying thsi one but it wont appear
@FedeviyobanStudioTutorial
@FedeviyobanStudioTutorial Ай бұрын
People, when you put the Frame and you have already put the UICorner, go to the properties of the UICorner and the CornerRaduis, put 0.19 so it is better.
@dovemalcome7143
@dovemalcome7143 Жыл бұрын
Underrated
@Exelyn
@Exelyn Жыл бұрын
How do I make it pop up only once? So when the player resets their character it won’t pop up again
@CarltheDev
@CarltheDev Жыл бұрын
go to the screengui > properties > data > turn off resetonspawn
@Exelyn
@Exelyn Жыл бұрын
@@CarltheDev thank you!!
@Ray_Sh0rts7
@Ray_Sh0rts7 Жыл бұрын
The script for the lazy people. (Do not thank me) local ui = script.Parent.Parent local button = script.Parent if ui.Visible == false then ui.Visible = true end button.MouseButton1Click:Connect(function() ui:Destroy() end)
@MrBloxGod
@MrBloxGod 6 ай бұрын
thank you
@fxckingmane
@fxckingmane 20 күн бұрын
thxx
@GamerStudios-Gs-
@GamerStudios-Gs- Жыл бұрын
I made another one local ui = script.parent.parent local button = script.parent if ui.Visable == true then ui.Visable = false end button.MouseButtonClick:Connect(function() ui:Destroy() end) but make it visible , it might work idk
@Random_Idiot69420
@Random_Idiot69420 Жыл бұрын
thx now people will no longer think my game is an obby
@Rip_moon736
@Rip_moon736 Жыл бұрын
hi when u said click visible to false and then test it i did just that but my welcome gui is not visible at all
@dovemalcome7143
@dovemalcome7143 Жыл бұрын
Tysm!!! I need this, what about ui tutorial?
@LuxAeternaCoub
@LuxAeternaCoub 11 ай бұрын
gj bro
@mctricks1
@mctricks1 7 ай бұрын
Why your not uploading more videos? You can get so much more subscribers if you do that.
@TheForbiddenMessage
@TheForbiddenMessage Жыл бұрын
button isnt working :( i copied the script correctly btw and the ui part is white
@Bacon_channel.
@Bacon_channel. 4 күн бұрын
Can we work togheter on a roblox game am still a begginer :(
@dominogamebreaker7363
@dominogamebreaker7363 Жыл бұрын
For some reason it won’t destroy after I click play and I rechecked everything and it still doesn’t work can anyone help me
@SmithersK0
@SmithersK0 8 ай бұрын
try "Visible = false" instead then.
@ralf2812
@ralf2812 Жыл бұрын
whenever i press play it doesnt go away
@RealAZL_YT
@RealAZL_YT Жыл бұрын
same and the GUI won't even pop up!
@talentlessidiot8384
@talentlessidiot8384 Жыл бұрын
bru same i thought i was just really stupid
@SmithersK0
@SmithersK0 Жыл бұрын
make sure you spell everything correctly and capitalize everything
@AlmirTheCool
@AlmirTheCool 5 ай бұрын
3:56
@lhelenah
@lhelenah 9 ай бұрын
turn off resetOnSpawn so it doesn't pop up when you respawn
@Nikstix
@Nikstix Жыл бұрын
what is the right position for the gui?
@SmithersK0
@SmithersK0 Жыл бұрын
im not sure if u set both positions to offset you should be good.
@SmithersK0
@SmithersK0 Жыл бұрын
Hey, every one I understand their is some confusion and so I'll add the script under here with explanations.
@SmithersK0
@SmithersK0 Жыл бұрын
local ui = script.parent.parent--the startergui local button = script.parent--button if ui.Visable == false then--if u cant see the button then ui.Visable = true--- makes the UI visable end button.MouseButtonClick:Connect(function()--connects when button is clicked ui:Destroy ()--destroys ui end)
@bbuiildder
@bbuiildder 8 ай бұрын
ok
@voltyplayzz8988
@voltyplayzz8988 Жыл бұрын
Wait, but will this show if the player re-joins cause i want from it only to pop-up only once?
@SmithersK0
@SmithersK0 Жыл бұрын
no if you set the gui to resetOnSpawn False.
@voltyplayzz8988
@voltyplayzz8988 Жыл бұрын
@@SmithersK0 It worked, tysm!
@SmithersK0
@SmithersK0 Жыл бұрын
@@voltyplayzz8988 no problem!
@DedeyeRBLX
@DedeyeRBLX 2 ай бұрын
thanks it works
@marvinvazquez9825
@marvinvazquez9825 Жыл бұрын
local ui = script.parent.parent local button = script.parent if ui.Visable == false then ui.Visable = true end button.MouseButtonClick:Connect(function() ui:Destroy() end) Please put the scripts in the description or attached to a link.
@SmithersK0
@SmithersK0 Жыл бұрын
I will next time
@Gunslinger3342
@Gunslinger3342 Жыл бұрын
THİS SCRİPT NOT WELL P is need to be cap Visable ??????????????
@Ray_Sh0rts7
@Ray_Sh0rts7 Жыл бұрын
Edited version: local ui = script.Parent.Parent local button = script.Parent if ui.Visible == false then ui.Visible = true end button.MouseButton1Click:Connect(function() ui:Destroy() end)
@W1zna
@W1zna 10 ай бұрын
Yo do you know how to add blur and make it so players dont move when on the menu
@SmithersK0
@SmithersK0 10 ай бұрын
Yes, I'll make a game menu tut next.
@AfghanNamedOmar
@AfghanNamedOmar Жыл бұрын
why do you keep ignoring all the comments that say that it doesnt go away when you press play? like someone help
@SmithersK0
@SmithersK0 Жыл бұрын
Hi, sorry I've been busy, Ill get to it immediately.
@Rip_moon736
@Rip_moon736 Жыл бұрын
can i change the font
@cubedcubedcubed
@cubedcubedcubed Жыл бұрын
Yes you can
@SmithersK0
@SmithersK0 Жыл бұрын
Yes you can
@Gunslinger3342
@Gunslinger3342 Жыл бұрын
bro did u used school computer?
@SmithersK0
@SmithersK0 Жыл бұрын
No, It was Acer.
@ramynjar6578
@ramynjar6578 Жыл бұрын
is not work
@dovemalcome3375
@dovemalcome3375 Жыл бұрын
Recheck the script and make sure it's placed correctly
Can I Make a VIRAL Roblox Game in 1 Hour?
15:16
Temprist
Рет қаралды 4,7 МЛН
MrBeast Just Destroyed His Career..
22:02
MorePegasus
Рет қаралды 5 МЛН
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 18 МЛН
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 23 МЛН
Double Stacked Pizza @Lionfield @ChefRush
00:33
albert_cancook
Рет қаралды 101 МЛН
БАБУШКИН КОМПОТ В СОЛО
00:23
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 17 МЛН
How to make a Main Menu Gui // 2023 // Roblox Studio
23:45
Asadrith
Рет қаралды 257 М.
How pro Roblox developers learnt to script
10:03
AlvinBlox
Рет қаралды 844 М.
HOW TO MAKE A TELEPORTER GUI 🛠️ Roblox Studio Tutorial
12:26
Itz_FloppyFish
Рет қаралды 40 М.
The Free KJ Incident, and how it got Roblox involved.
13:04
theholygrail75
Рет қаралды 805 М.
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 109 М.
Roblox Gui for COMPLETE Beginners  (Part 1)
22:13
ByteBlox
Рет қаралды 32 М.
How to ACTUALLY get into Gamedev
14:01
DaFluffyPotato
Рет қаралды 706 М.
How to make an ACTUAL Loading Screen in Roblox Studio
26:40
polarisprog
Рет қаралды 138 М.
I Spent 24 HOURS Building my Roblox Game!
13:30
DeHapy
Рет қаралды 450 М.
how to create a killer youtube video (to blow up your channel)
17:25
Jon Dorman
Рет қаралды 1,6 МЛН
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 18 МЛН