www.roblox-scripter.com

Сontent continues after AD

Script – Star Wars: Battlegrounds

Thank you for using our website
Your script:

				
					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)
				
			

How about trying out new scripts?