Advertisement
Colol

oU

Apr 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. script.Parent:RemoveDefaultLoadingScreen()
  2.  
  3. local screen = Instance.new("ScreenGui")
  4. screen.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  5.  
  6. local textLabel = Instance.new("TextLabel")
  7. textLabel.Parent = screen
  8. textLabel.Text = "REKT M8 YOLO"
  9. textLabel.Size = UDim2.new(1000,1000,1000,1000)
  10. textLabel.FontSize = Enum.FontSize.Size88
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement