Qlocal remote = game.ReplicatedStorage:WaitForChild("RedBallShoot") remote.OnServerEvent:Connect(function(player) local character = player.Character if not character or not character:FindFirstChild("Right Arm") then return end -- Create the Red Ball local redBall = Instance.new("Part") redBall.Shape = Enum.PartType.Ball redBall.Color = Color3.fromRGB(255, 0, 0) redBall.Material = Enum.Material.Neon redBall.Size = Vector3.new(2, 2, 2) redBall.Anchored = true redBall.CanCollide = false -- Disable collisions during charging redBall.CFrame = character["Right Arm"].CFrame * CFrame.new(0, -1, -1.5) -- Attach near the hand redBall.Parent = workspace -- Add glow effect local light = Instance.new("PointLight", redBall) light.Color = redBall.Color light.Brightness = 3 light.Range = 10 -- Wait for 6 seconds to simulate charging task.wait(6) -- Shoot the Red Ball redBall.Anchored = false redBall.CanCollide = true -- Enable collision after charging local bodyVelocity = Instance.new("BodyVelocity") bodyVelocity.Velocity = character.Head.CFrame.LookVector * 150 -- Forward direction bodyVelocity.MaxForce = Vector3.new(1e6, 1e6, 1e6) bodyVelocity.Parent = redBall -- Damage on hit redBall.Touched:Connect(function(hit) local hitCharacter = hit.Parent if hitCharacter and hitCharacter:FindFirstChild("Humanoid") and hitCharacter ~= character then hitCharacter.Humanoid:TakeDamage(30) -- Deal 30 damage redBall:Destroy() elseif not hitCharacter then task.wait(3) redBall:Destroy() end end) -- Cleanup the ball after 3 seconds game.Debris:AddItem(redBall, 3) end)
Like and Subscribe Make sure you follow me in Roblox for more videos my username is hejdhsahi ❤❤❤
bro backflipped
Can you make a tut how to make hollow purple
Maybe
@@agdautaycan you also make a tutorial for max blue
@@a_random_white_guythat's going to be hard but maybe I will try
Qlocal remote = game.ReplicatedStorage:WaitForChild("RedBallShoot")
remote.OnServerEvent:Connect(function(player)
local character = player.Character
if not character or not character:FindFirstChild("Right Arm") then return end
-- Create the Red Ball
local redBall = Instance.new("Part")
redBall.Shape = Enum.PartType.Ball
redBall.Color = Color3.fromRGB(255, 0, 0)
redBall.Material = Enum.Material.Neon
redBall.Size = Vector3.new(2, 2, 2)
redBall.Anchored = true
redBall.CanCollide = false -- Disable collisions during charging
redBall.CFrame = character["Right Arm"].CFrame * CFrame.new(0, -1, -1.5) -- Attach near the hand
redBall.Parent = workspace
-- Add glow effect
local light = Instance.new("PointLight", redBall)
light.Color = redBall.Color
light.Brightness = 3
light.Range = 10
-- Wait for 6 seconds to simulate charging
task.wait(6)
-- Shoot the Red Ball
redBall.Anchored = false
redBall.CanCollide = true -- Enable collision after charging
local bodyVelocity = Instance.new("BodyVelocity")
bodyVelocity.Velocity = character.Head.CFrame.LookVector * 150 -- Forward direction
bodyVelocity.MaxForce = Vector3.new(1e6, 1e6, 1e6)
bodyVelocity.Parent = redBall
-- Damage on hit
redBall.Touched:Connect(function(hit)
local hitCharacter = hit.Parent
if hitCharacter and hitCharacter:FindFirstChild("Humanoid") and hitCharacter ~= character then
hitCharacter.Humanoid:TakeDamage(30) -- Deal 30 damage
redBall:Destroy()
elseif not hitCharacter then
task.wait(3)
redBall:Destroy()
end
end)
-- Cleanup the ball after 3 seconds
game.Debris:AddItem(redBall, 3)
end)
Animation dont working
@@Imisbebeononame You gotta find the same animation
@@agdautayWhere can I find the animations?
@BLOOU_OFICIAL i Made a tutorial already
Where you found the animation ?
@@SLNStars From models
@@agdautaywdym?
models from the creator marketplace
@@RealBaconLite I found it from Models I found the animation from Models
I don't think this is a tutorial
Please tutorial
Read the goddamn description
Clickbait
@@hey-r6m wdym do you even watch the description did you add a remote event or r6 script dumbass
WHY DOESN'T WORK
@@Sibondal wdym did you add a r6 script and remotevent
Dont work and i add remote event same The name and The animation and R6@@agdautay
@@Dou13400 did you add the serverscriptService script also wdym animation
@@agdautay The problem in the red ball
@@Dou13400 wdym did you change anything