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