Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---[[Surface Gui Testin]]---
- plr = game:GetService("Players").LocalPlayer
- local screen = Instance.new("Part",workspace)--Will change to player
- screen.Anchored = true
- screen.CanCollide = false
- screen.Size = Vector3.new(15.6,13,0.2) --Come back
- screen.Transparency = .5
- screen.FormFactor = "Custom"
- screen.BrickColor=BrickColor.new('Really black')
- local sgui = Instance.new("SurfaceGui",screen)
- sgui.Face = "Front"
- local tb1 = Instance.new("TextBox",sgui)
- tb1.Size = UDim2.new(0, 200,0, 50)
- tb1.Font = "Legacy"
- tb1.FontSize = "24"
- tb1.Text = "</BlackCodeLua>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement