What's wrong with this script?
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
There's two things you should know:
This script is called, IntroGui and it's in Workspace.
The IntroGui itself is in StarterGui, when I tried too run it, it said the first line had a mistake, what's the problem?
1 | local Intro = script.Intro:Clone() |
2 | game.Players.PlayerAdded:connect( function (player) |
3 | player.CharacterAdded:wait() |
4 | Intro:Clone().Parent = player.PlayerGui |