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

Hi! Can someone Please Modify these scripts to work.. They are not working?

Asked by 4 years ago

Hello, i downloaded a "Check-In" For my Airline.. But it's not working at all. I put in the correct text and all it says it "Input Text Here" On the screen. please modify this..

here's the model: https://web.roblox.com/library/1512405205/Emirates-Check-in

You Might have to download the script, so you can check out all the other scripts too, Current script is Check-In > Check-In Screen > Seat > System > Departure Submit

I hope you can fix this.

Script

--By Outrageous Studios



script.Parent.MouseButton1Down:connect(function()

local screenbrick = script.Parent.Parent.Parent.Value.Value.Screen

screenbrick.SurfaceGui.Frame.DepartureTime.Text = script.Parent.Parent.DepartureBox.Text

end)
0
Is the parent a clickdetector? Qu_xtty -8 — 4y
0
The Parent Is a GUI Button Piloten2008YT1 34 — 4y
0
If you need more information.. download it and put it in roblox studio.. and the file path is in the desc Piloten2008YT1 34 — 4y
0
What are you trying to make it do? Like change text or, a shop gui? Qu_xtty -8 — 4y
View all comments (2 more)
0
By shop gui I mean make another gui pop up. Qu_xtty -8 — 4y
0
Change text on a surface GUI Piloten2008YT1 34 — 4y

1 answer

Log in to vote
0
Answered by
Qu_xtty -8
4 years ago

--By Outrageous Studios

script.Parent.MouseButton1Down:connect(function()

local screenbrick = script.Parent.Parent.Parent.Value.Value.Screen

screenbrick.SurfaceGui.Frame.TextLabel.Text = "insert here"

end)

To be honest, I dunno what the other script meant. As long as you have a text label inside the frame, then u can change the text. Hope this helps!

Ad

Answer this question