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)
RAW Paste Data
Jul 5th, 2018
Fortnite is a sandbox survival video game developed by Epic Games and People Can Fly. The game was released for paid early access on July 25, 2017. Fnaf world game files. The font used for the video game logo is Burbank Big Condensed Black designed by Tal Leming.
Never
Fnaf World Loading Screen Font Windows 10
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