--BROUGHT TO YOU BY RobloxScripter.com!--
getgenv().Keys = {
"q",
"e",
"r",
"t",
"y",
"u",
"i",
"o",
"p",
"f",
"g",
"h",
"j",
"k",
"l",
"z",
"x",
"c",
"v",
"b",
"n",
"m"
}
if game:GetService("Players").MaxPlayers <= #getgenv().Keys then -- //Script only works if max is less than or equal to amount of keys in table
loadstring(game:HttpGet("https://raw.githubusercontent.com/dta-bse/v3rm/main/Keyboard%20TP%20Script"))()
end