Skip to content

Instantly share code, notes, and snippets.

@nodomw
Created August 26, 2021 06:45
Show Gist options
  • Save nodomw/2f1c4a1d871270f39cf4474b007cef41 to your computer and use it in GitHub Desktop.
Save nodomw/2f1c4a1d871270f39cf4474b007cef41 to your computer and use it in GitHub Desktop.
local DText = Drawing.new("Text")
DText.Font = 3
DText.Visible = true
DText.Position = Vector2.new(1000, 1000)
DText.Center = true
DText.Color = Color3.fromRGB(0, 255, 0)
DText.Size = 64
DText.Outline = true
DText.OutlineColor = Color3.fromRGB(0, 0, 0)
DText.Text = "Rikter | User"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment