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 :
- Click go to script button for get script
- Click COPY button for auto copy script
- Paste the script into your script application
- Run and done