Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a GUI Intro with my group logo in it that looks good?

Asked by 6 years ago
Edited 6 years ago

Hi, I came here to get some help. I want to make a GUI Intro that I can use for my group, Level Seven Games.

I dont know how to code though. Could someone help me please? Thanks. - RGames1234

(YBN_oSy has helped with a part of it by telling me about TweenSize).

1 answer

Log in to vote
0
Answered by
oSyM8V3N 429 Moderation Voter
6 years ago

IMAGE LABEL A good direction to start with is by using a ImageLabel http://wiki.roblox.com/index.php?title=API:Class/ImageLabel. You can then open up Properties and change the ID or upload the same image as your Level Seven Games logo into it.

TweenPosition/TweenSizeAndPosition Another way in making your LOGOS to look the best as possible, is to use the TweenService http://wiki.roblox.com/index.php?title=API:Class/TweenService. Tweening the position, For Example: gui:TweenPosition(UDim2.new(0, 0, 0, 0), "In", "Bounce", 2). The 0, 0, 0, 0 is the position you want the GUI to slide in from. Bounce is one of the animations you can use with TweenPosition, there is more, but i forgot the rest of them. I only know about TweenPosition, but you can look up about TweenSize here : http://wiki.roblox.com/index.php?title=API:Class/GuiObject/TweenSize.

Hopefully this helped you, i know it's kinda messy, i was rushing. If you have any questions, feel free to comment

--oSy

0
Thanks for piecing together a part of my answer. RGamesDev 22 — 6y
0
Yw. oSyM8V3N 429 — 6y
0
I would give an example, but it's better off if you learn on your own oSyM8V3N 429 — 6y
0
K :P RGamesDev 22 — 6y
Ad

Answer this question