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
).
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