Advertisement
scriptingtales

For the guy begging for furry goo script in Void Script Builder

Jun 5th, 2023 (edited)
1,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local TextLabel = Instance.new("TextLabel")
  8.  
  9. --Properties:
  10.  
  11. ScreenGui.Parent = owner:WaitForChild("PlayerGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14.  
  15. TextLabel.Parent = ScreenGui
  16. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  17. TextLabel.Position = UDim2.new(-0.000771604944, 0, -0.00135501358, 0)
  18. TextLabel.Size = UDim2.new(1, 1, 1, 1)
  19. TextLabel.Font = Enum.Font.Unknown
  20. TextLabel.Text = "직접 만들어보세요."
  21. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  22. TextLabel.TextScaled = true
  23. TextLabel.TextSize = 14.000
  24. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement