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

How to click next and back on TextLabels inside Surfacegui on my training kiosk?

Asked by 5 years ago

I have a kiosk that I want players to be able to click on to get information. I want the player to be able to click and read, click and read...through the several different slides. I have a Surfacegui, inside are 3 Frames...One is IntroFrame with two TextButtons inside it for JobA and JobB. One is JobAFrame with 12 TextLabels inside it. One is JobBFrame with 14 TextLabels in it. At the beginning, in it's own Frame, are two different buttons, one for JobA and one for JobB. When a player clicks JobA, I want the player to click through the 12 slides for that JobA. When they are done, I would like it to loop back to the IntroFrame that has the two TextButtons in it. When a player clicks JobB, I want the player to click through the 14 slides for that JobB; and then loop back to IntroFrame. I would like to enable the player to click back and forth at will. Can someone please help me script this?

0
What have you tried so far? vanilla_wizard 336 — 5y
0
local ClimbersButton = script.Parent.SurfaceGui.0IntroFrame.ClimbersButton local GuidesButton = script.Parent.SurfaceGui.0IntroFrame.GuidesButton local TextLabel01 = script.Parent.SurfaceGui.1GuidesFrame.TextLabel01 local TextLabel02 = script.Parent.SurfaceGui.1GuidesFrame.TextLabel02 local TextLabel03 = script.Parent.SurfaceGui.1GuidesFrame.TextLabel03 local TextLabel04 = script.Parent.SurfaceGui jmstandridge -2 — 5y
0
BrendonTheWizard, can you friend me on roblox ? I need scripting help. Are you for hire? I can pay robux ! jmstandridge -2 — 5y
0
jmstandridge is my roblox name. jmstandridge -2 — 5y

1 answer

Log in to vote
-1
Answered by 5 years ago

Create a surfacegui in the player's gui and adorn it to the wanted part.

0
Then what? jmstandridge -2 — 5y
Ad

Answer this question