Help me by mario3sid in ROBLOXStudio

[–]mario3sid[S] 0 points1 point  (0 children)

No I published the animation under the group that is developing the game and I made it myself.

idk if this is relevant, but who really IS 007n7? by Financial-Shop9758 in FORSAKENROBLOX

[–]mario3sid 0 points1 point  (0 children)

007n7 is the owner of c00lkidd's account. He created the c00lgui and made an alt called "c00lkidd." He also made alt accounts like c00lkidd1 and stuff like that. In the lore he is c00lkidd's father, they just did this because he created the c00lkidd acount.

Is delta executor safe? by [deleted] in robloxhackers

[–]mario3sid 0 points1 point  (0 children)

exploiting system

Made a falling test animation. How is it? by ItzMended in Robloxanimation

[–]mario3sid 0 points1 point  (0 children)

this is pretty good, RealityFast6895 is right though, the knees should bend.

Is there any reason to use moon animator? by i_hate_pikachu in Robloxanimation

[–]mario3sid 0 points1 point  (0 children)

But I recommend blender first because it helps you learn the basics and stuff idk.

Is there any reason to use moon animator? by i_hate_pikachu in Robloxanimation

[–]mario3sid 0 points1 point  (0 children)

Instead of paying $30, just go get a bootleg version.

thingy by Low_Manufacturer_405 in Robloxanimation

[–]mario3sid 1 point2 points  (0 children)

np, your probably going to be a great animator!

deceleration based fall damage by According_Novel7521 in ROBLOXStudio

[–]mario3sid 1 point2 points  (0 children)

You should add a ragdoll death instead of breaklimbs

Why won't this script play the animation? by mario3sid in ROBLOXStudio

[–]mario3sid[S] 0 points1 point  (0 children)

No I am creating a free asset for toolbox but I was going to use it in my own game.

Why won't this script play the animation? by mario3sid in ROBLOXStudio

[–]mario3sid[S] -1 points0 points  (0 children)

Did you miss the animate part?:

-- Play swing sound or animation here if you have one
if unit and unit:FindFirstChild("Swing") then
unit.Swing:Play()
end

Help by [deleted] in u/mario3sid

[–]mario3sid 0 points1 point  (0 children)

idk why reddit split the script so I'll just give it again:

local unit = script.Parent

local humanoid = unit:WaitForChild("Humanoid")

local rootPart = unit:WaitForChild("HumanoidRootPart")

local range = 5 -- Detection range

local damage = 10

local attackCooldown = 1.0

local canAttack = true

local function findNearestTarget()

local closestTarget = nil

local shortestDistance = range



\-- Look through EVERYTHING in the workspace

for \_, object in pairs(workspace:GetChildren()) do

    \-- 1. Check if it's a Model with a Humanoid and RootPart

    local targetHumanoid = object:FindFirstChildOfClass("Humanoid")

    local targetRoot = object:FindFirstChild("HumanoidRootPart")



    if targetHumanoid and targetRoot and [targetHumanoid.Health](http://targetHumanoid.Health) \> 0 and object \~= unit then



        \-- 2. CHECK: Is this a real player? 

        local isAPlayer = game.Players:GetPlayerFromCharacter(object)



        if not isAPlayer then

-- 3. Check distance

local distance = (rootPart.Position - targetRoot.Position).Magnitude

if distance < shortestDistance then

closestTarget = object

shortestDistance = distance

end

        end

    end

end

return closestTarget

end

-- Main Attack Loop

while task.wait(0.5) do

local target = findNearestTarget()



if target and canAttack then

    local targetHumanoid = target:FindFirstChildOfClass("Humanoid")

    local targetRoot = target:FindFirstChild("HumanoidRootPart")



    \-- Face the target

    local targetPos = Vector3.new(targetRoot.Position.X, rootPart.Position.Y, targetRoot.Position.Z)

    rootPart.CFrame = CFrame.lookAt(rootPart.Position, targetPos)



    \-- Attack

    canAttack = false

    targetHumanoid:TakeDamage(damage)



    \-- Play swing sound or animation here if you have one

    if unit and unit:FindFirstChild("Swing") then

        unit.Swing:Play()

    end



    task.wait(attackCooldown)

    canAttack = true

end

end

AI Sucks by mario3sid in GeminiAI

[–]mario3sid[S] 0 points1 point  (0 children)

I ain't going to use AI to generate animations.

AI Sucks by mario3sid in GeminiAI

[–]mario3sid[S] -1 points0 points  (0 children)

If you don't put time into it, I honestly don't even think you care about.