#can someone help me make a AirCombat Script
1 messages · Page 1 of 1 (latest)
From A to Z ?
Or do you have some errors that has to be fixed but you don’t know how to ?
from a to z
cuz i dont know how to script a air combat
if u can help me i can pay u i just wanna make a air combat so i can finish my fighter z combat gameplay
How much money do you have
i only got 400 robux 💔
i already got the animations for the uptil and and vfx and stuff
Not enough
but its just a aircombat script bro 💔
400 robux is nothing
gng im broke
It’s $1.4 usd
400 robux is 5 dollar
hn
gng can u at least hellp me make ts aircombat and i'll pay u once i make money from my game
I don’t work with percentage or payment after game release
type shit
If you don’t have enough money right now then i cant do it for ya
You got an example
Like a video or something
Of what you want me to reproduce exactly
Hey I can help you can only pay 250-345 robux!
-- this script lets you punch while you're in the air (like anime style 😎)
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local punching = false
function doAirPunch(player)
local char = player.Character
if not char then return end
local humanoid = char:FindFirstChild("Humanoid")
local root = char:FindFirstChild("HumanoidRootPart")
-- check if the player is in the air (falling)
if humanoid and root and humanoid:GetState() == Enum.HumanoidStateType.Freefall then
if not punching then
punching = true
print("POW 💥 air punch!")
-- you can play an animation here or add hitbox stuff
wait(0.5) -- cooldown
punching = false
end
end
end
-- when player presses a key (F), we check if they can punch in air
UserInputService.InputBegan:Connect(function(input, gameProcessed)
if gameProcessed then return end
if input.KeyCode == Enum.KeyCode.F then
local player = Players.LocalPlayer
doAirPunch(player)
end
end)
How to use:
Put it in a LocalScript inside StarterPlayer > StarterPlayerScripts
Press F while jumping or falling, it should print the punch in output
You can pay me in wherever you want. We can do pls donate or smth else but rn tes it to see it work or not
He ain’t gonn pay you lil bro
You already gave the script
It's ok as long as I help ☺️