Advertisement
DrawingJhon

Me

May 28th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local p = Instance.new("Part", workspace)
  2. local s = Instance.new("SurfaceGui")
  3. s.Parent = p
  4. local tl = Instance.new("TextLabel")
  5. tl.Parent = s
  6. tl.Text = "NO"
  7. p.Position = Vector3.new(-12.5, 5.5, 74)
  8. p.Size = Vector3.new(17, 11, 2)
  9. p.Anchored = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement