[ad_1]
Created by ewo#9438
Features:
Hey guys, in order to actually use this and for it to actually “count” you’d have to hold the space bar before you kick just press N and it’ll change the accuracy and you’ll hit. 🙂
Edit: When your character moves back that’s when you press N.
--// by daddy ewo
local UIS = game:GetService('UserInputService')
local plr = game.Players.LocalPlayer
local Char = plr.Character or plr.CharacterAdded:Wait()
local Key = 'N'
UIS.InputBegan:Connect(function(Input, IsTyping)
if IsTyping then return end
local KeyPressed = Input.KeyCode
if KeyPressed == Enum.KeyCode[Key] then
local ohString1 = "yeet"
local ohNumber2 = 1.00
game.Players.LocalPlayer.Character.Act:FireServer(ohString1, ohNumber2)
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]