Jul 5th, 2018
Tons of awesome FNaF World wallpapers to download for free. You can also upload and share your favorite FNaF World wallpapers. HD wallpapers and background images. FNaF World is a fantasy role play game with funny characters from the Freddy universe and you can play it online and for free on Silvergames.com. Enter the Five Nights at Freddy’s World and help the scary, but in this occasion really friendly, characters to solve some troubles.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local PlayerGui = game.Players.LocalPlayer:WaitForChild('PlayerGui')
- screen.Parent = PlayerGui
- local textLabel = Instance.new('TextLabel')
- textLabel.Text = 'Loading Screen...'
- textLabel.FontSize = Enum.FontSize.Size18
- script.Parent:RemoveDefaultLoadingScreen()
- local count = 0
- while tick() - start < 6 do
- textLabel.Text = 'Loading' .. string.rep('.', count)
- wait(.3)
RAW Paste Data
Jul 5th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local PlayerGui = game.Players.LocalPlayer:WaitForChild('PlayerGui')
- screen.Parent = PlayerGui
- local textLabel = Instance.new('TextLabel')
- textLabel.Text = 'Loading Screen...'
- textLabel.FontSize = Enum.FontSize.Size18
- script.Parent:RemoveDefaultLoadingScreen()
- local count = 0
- while tick() - start < 6 do
- textLabel.Text = 'Loading' .. string.rep('.', count)
- wait(.3)
Fnaf Loading Screen Creator
RAW Paste Data