Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox key pressed script

local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
	 
mouse.KeyDown:connect(function()
	    print("Pressed a key.")
end)
 
PREVIOUS NEXT
Tagged: #roblox #key #pressed #script
ADD COMMENT
Topic
Name
8+3 =