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

Im a starter Scripter. How can i make A gui that recordes the stage your on with the stage group?

Asked by 3 years ago

I did not try anything im very confused where to start. Info-- I want to make a difficulty chart obby.

0
You have to try it yourself first. Use youtube, google, or any other sources. If you dont try it yourself we cant answer. Nozazxe 107 — 3y
0
You have to try it yourself first. Use youtube, google, or any other sources. If you dont try it yourself we cant answer. Nozazxe 107 — 3y
0
I respect that ! In the future i will try first Jayden_OwU 2 — 3y

1 answer

Log in to vote
0
Answered by
Xyternal 247 Moderation Voter
3 years ago

So in every level, you should add a huge block, which is anchored, and transparent, and CanCollied should be off. Then, you should create a screen gui in starter gui, and in the screen gui put a frame, and in the frame, place a text label. Now, in that part you had earlier, place a script and put the following.

script.Parent.Touched:Connect(function()

local text = game.StarterGui.ScreenGui.Frame.TextLabel

text.Value = The stage number this is supposed to go in


end)
Ad

Answer this question