Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local Message = Instance.new("ScreenGui")
- local Text = Instance.new("TextBox")
- --Properties:
- Message.Name = "Message"
- Message.Parent = owner:WaitForChild("PlayerGui")
- Message.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Text.Name = "Text"
- Text.Text = "h"
- Text.Parent = Message
- Text.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Text.BackgroundTransparency = 0.55000001192093
- Text.BorderSizePixel = 0
- Text.Size = UDim2.new(1, 0, 1, 0)
- Text.Font = Enum.Font.SciFi
- Text.TextColor3 = Color3.new(0, 0, 0)
- Text.TextSize = 50
- while true do
- print(Text.Text)
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment