SPEED DRAW: Auto-Draw & Save Art Features – Script

local msg = game.Players.LocalPlayer.PlayerGui.Game.Message
local vim = game:GetService("VirtualInputManager")
local ps = Enum.KeyCode.Print

while true do
	while not msg.Visible do wait() end
	while msg.Visible do wait() end
	vim:SendKeyEvent(true, ps, false, game)
    vim:SendKeyEvent(false, ps, false, game)
end

Steps :

  1. Click go to script button for get script
  2. Click COPY button for auto copy script
  3. Paste the script into your script application
  4. Run and done