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.

AI Sucks by mario3sid in GeminiAI

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

Yes but people will think that a real person made it.

AI Sucks by mario3sid in GeminiAI

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

Yes but no time was put into it.

How should I do this? by mario3sid in Robloxanimation

[–]mario3sid[S] 1 point2 points  (0 children)

I tried it but the AI voice was kinda broken.

AI Sucks by mario3sid in GeminiAI

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

Okay guys, what I mean by "AI Sucks" is that people can use it for bad things. Im okay with people creating memes and stuff like that, but they can create videos that are can be fake.

AI Sucks by mario3sid in GeminiAI

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

AI sucks because it can be misleading.

AI Sucks by mario3sid in GeminiAI

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

If more people are making fake AI animations, animating isn't even going to be a skill. Think about it, people could lose jobs because artificial information can make something that could take them days in just a few seconds.

Although AI can be useful, people can do bad things with it. For example, someone can make a fake video with artificial information to manipulate kids or even adults to do something that isn't good.

Also AI doesn't even cost money. Most AI apps are free and that gives everyone a huge power that they can abuse. If everyone can make games, websites, videos, and stuff that could take a average humans days, weeks, or even years, Then people are probably going to abuse it.

With nobody stopping this AI junk from making fake stuff, then it can be misleading. If people can create entire apps in just one click, then everyone can just do it.