Advertisement
cuhieu9xk

Tạo màn hình tải mới

Dec 10th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2. PlayerGui:SetTopbarTransparency(0)
  3.  
  4. local screen = Instance.new("ScreenGui")
  5. screen.Parent = PlayerGui
  6.  
  7. local textLabel = Instance.new("TextLabel")
  8. textLabel.Text = "Loading"
  9. textLabel.Size = UDim2.new(1,0,1,0)
  10. textLabel.FontSize = Enum.FontSize.Size14
  11. textLabel.Parent = screen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement