I Just Want To Check Although It Ain't, Can Someone Fix It?
game.Players.PlayerAdded:connect(function (plr) Model=game.Workspace.IntroGui Print "A Game Made By MrJimenex" wait (5) Print "Slendy Tubbies" --I Want To Add A Picture Of The Slendy Tubbies When After Those 5 Seconds wait (5) ModelCopy=Model:Clone() ModelCopy.Parent=plr.PlayerGui wait (1) plr.PlayerGui.IntroGui:Destroy()
game.Players.PlayerAdded:connect(function (plr) Model=game.Workspace.IntroGui Print "A Game Made By MrJimenex" wait (5) Print "Slendy Tubbies" --I Want To Add A Picture Of The Slendy Tubbies When After Those 5 Seconds wait (5) ModelCopy=Model:clone() --clone() is supposed to be with a Small c ModelCopy.Parent=plr.PlayerGui wait (1) plr.PlayerGui.IntroGui:Destroy()