if said("banzai") then Key.Space = true Key.Space = false end if if said("kick") then Key.PageDown = true Key.PageDown = false end if if said("attack") then Key.PageUp = true Key.PageUp = false end if if said("fight") then Key.Home = true Key.Home = false end if if said("drop dead",5) then Key.End = true Key.End = false end if