Fnaf World Loading Screen Font

Jul 5th, 2018
  1. Fnaf Loading Screen Creator
  2. Fnaf World Loading Screen Font Free

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!
  1. local PlayerGui = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  2. screen.Parent = PlayerGui
  3. local textLabel = Instance.new('TextLabel')
  4. textLabel.Text = 'Loading Screen...'
  5. textLabel.FontSize = Enum.FontSize.Size18
  6. script.Parent:RemoveDefaultLoadingScreen()
  7. local count = 0
  8. while tick() - start < 6 do
  9. textLabel.Text = 'Loading' .. string.rep('.', count)
  10. wait(.3)
RAW Paste Data
Fnaf
Jul 5th, 2018
Fnaf World Loading Screen Font
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local PlayerGui = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  2. screen.Parent = PlayerGui
  3. local textLabel = Instance.new('TextLabel')
  4. textLabel.Text = 'Loading Screen...'
  5. textLabel.FontSize = Enum.FontSize.Size18
  6. script.Parent:RemoveDefaultLoadingScreen()
  7. local count = 0
  8. while tick() - start < 6 do
  9. textLabel.Text = 'Loading' .. string.rep('.', count)
  10. wait(.3)

Fnaf Loading Screen Creator

RAW Paste Data

Fnaf World Loading Screen Font Free