Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- local plrgui = plr.PlayerGui
- local sgui = Instance.new('ScreenGui',plrgui)
- sgui.Name = 'CMDBar'
- local bar = Instance.new('TextBox',sgui)
- bar.Name = 'Bar'
- bar.Size = UDim2.new(1,0,0.03,0)
- bar.Position = UDim2.new(0,0,0.97,0)
- bar.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- bar.BorderSizePixel = 0
- bar.TextXAlignment = 'Left'
- bar.TextColor3 = Color3.new(255/255,255/255,255/255)
- bar.Font = 'ArialBold'
- bar.FontSize = 'Size14'
Add Comment
Please, Sign In to add comment