Find any script for Roblox

Enter the name of the game or script.

Script – Star Wars: Battlegrounds

Thank you for using our website
Your script:

NO KEY

local uis = game:GetService("UserInputService")
uis.InputBegan:Connect(function(key,proc)
   if not proc and key.KeyCode == Enum.KeyCode.V then
       loadstring(game:GetObjects('rbxassetid://8412048525')[1].Source)()
   end
end)