I have a really small joke at the start of one of my games, but it is so quick it dissapears before you can actually see the game. Is there any way of seeing this?
Put this in a Script
game.Players.PlayerAdded:connect(function(plr) if plr and plr.Character then --Clone the loading screen into PlayerGui end end)