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

GUI help?

Asked by 9 years ago

Im trying to make a GUI rise from the bottom of the screen when you press "f" but don't have an idea how to pull it off

3 answers

Log in to vote
3
Answered by
HexC3D 830 Moderation Voter
9 years ago

You would need to start on How to use UDIM2 which can resize or position a GUI. Also once you mastered UDIM2 Tweening a gui would be most beneficiary for you, also learning KeyDown Event may make this all possible for you.

Tweening a gui is just like UDim2, In Tweening you can change the size and position of the gui , and a little extra.

+1 if this helped :)

Try wiki.

UDIM2

Tweening

KeyDown

0
I already know KeyDown. Just sayin'. Blueguy195 0 — 9y
0
Oh, good to know, once you got the basic script down we will be happy to edit it. HexC3D 830 — 9y
Ad
Log in to vote
1
Answered by 9 years ago

I would start out by researching UDim2's, Tweening, and keypress scripts.

Log in to vote
1
Answered by
MrFlimsy 345 Moderation Voter
9 years ago

You will need to change the GUI's Position property with UDim2.

http://wiki.roblox.com/index.php?title=UDim2

Answer this question