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

How to make a dialogue in the lower part of the screen?

Asked by 6 years ago

I need help, im making an horror game, and i need to put a dialogue in the lower part of the screen when you touch a door or an object close to the door. I want to put something like: "Looks like the door is locked". Thank you!

0
^ Use as a reference/starting place. :) TheeDeathCaster 2368 — 6y
0
Thank you! :3 Now i need to figure how to make the dissapairs when you get away Cherlock21 0 — 6y
0
The text dissapairs* Sorry xD Cherlock21 0 — 6y
0
Just change Visible to false when they get away ax_gold 360 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Use the scale property of the Position, then offset it by the size of the button, for example:

Button.Position = UDim2.new(0.5,0-Button.Size.Y.Offset,0)

That will only work if you're using the "Offset" as the size of the button (which is probably your case)

Ad

Answer this question