How do i make a tutorial gui with a button that has a next button?
Asked by
4 years ago Edited 4 years ago
hello there!! im trying to make a gui so that when you click on the next button another text shows up. here is the code for the next button:
02 | script.Parent.MouseButton 1 Click:Connect( function (ueeeee) |
04 | script.Parent.Parent.Parent.Buttons.zero.Visible = false |
05 | script.Parent.Parent.Parent.Buttons.one.Visible = true |
08 | script.Parent.Parent.Parent.Buttons.one.Visible = false |
09 | script.Parent.Parent.Parent.Buttons.two.Visible = true |
12 | script.Parent.Parent.Parent.Buttons.two.Visible = false |
13 | script.Parent.Parent.Parent.Buttons.three.Visible = true |
the link:https://docs.google.com/document/d/e/2PACX-1vTPye8fVAem7C67G3N4zfZWicE-gnv9M4PZoiODIPY6kGc9BJbkuvjwJBzXjM7_FlDhYDp1syN1-SYo/pub