RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"hello world"
-- local script local textLabel = Instance.new("TextLabel") textLabel.Parent = game.Players.LocalPlayer.PlayerGui textLabel.Text = "Hello World" textLabel.Size = UDim2.new(0, 200, 0, 50) textLabel.Position = UDim2.new(0.5, -100, 0.5, -25)