local uis = game:GetService("UserInputService") uis.InputBegan:Connect(function(Key) if Key.KeyCode == Enum.KeyCode.Space then --Local player pressed SPACE end end)