mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
8 lines
152 B
Lua
8 lines
152 B
Lua
local VUser = Game:GetService("VirtualUser")
|
|
|
|
while not _G.EndGame do
|
|
wait(60)
|
|
print("Pressing 'w' key on virtual keyboard.")
|
|
VUser:TypeKey("w")
|
|
end
|