0
votes

I Want To Make A Tutorial On How To Play My Game, So I Need A GUI To Pop-Up On The First Time A Player Joins The Game.

Can Anyone Help?

1

1 Answers

0
votes

Place the ScreenGui you want to clone in Lighting and name it "Tutorial". Then add this code in a LocalScript in the Player's StarterGui:

game.Lighting.Tutorial:clone().Parent = script.Parent
script:Destroy()