Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (Field Goal Simulator Script)
- local uis = game:GetService("UserInputService")
- uis.InputBegan:Connect(function(key)
- if uis:GetFocusedTextBox() then return end
- if key.KeyCode == Enum.KeyCode.R then
- local ohString1 = "Start"
- game.Players.LocalPlayer.Character.Ball.ServerEvent:FireServer(ohString1)
- wait(.5)
- local ohString1 = "Accuracy"
- local ohNumber2 = 1
- game.Players.LocalPlayer.Character.Ball.ServerEvent:FireServer(ohString1, ohNumber2)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment