LynXS_

Untitled

May 19th, 2024
2,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. --[/] RetroTerminal V1.1
  2. _G.UI_Id = 13373312634
  3. loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/Proton%20Free'))()
  4.  
  5. task.wait(.5)
  6. local ProtonUI = game.CoreGui.Proton
  7. local Cmds = ProtonUI.ProtonCommandBar.ProtonCommandList
  8. Cmds.Draggable = false
  9. Cmds.Visible = true
  10. local CmdsText = Cmds.Commands.ScrollingFrame.ProtonCommandListText
  11. CmdsText.TextColor3 = Color3.new(255/255,255/255,255/255)
  12. CmdsText.TextSize = 18
  13. CmdsText.TextStrokeTransparency = 0
  14. CmdsText.TextStrokeColor3 = Color3.new(255/255,0/255,0/255)
  15. CmdsText.Font = "Arial"
  16. local ScrollFrame = Cmds.Commands.ScrollingFrame
  17. ScrollFrame.CanvasSize = UDim2.new(1,0,12,0)
  18.  
Advertisement
Add Comment
Please, Sign In to add comment