Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

This Is Not my own Script But I am editing It So I need to know What Is ?f type Do You Know?

Asked by
Kolyolu -5
6 years ago
    if Type == "Knockdown" then
        local hum = hit.Parent.Humanoid
        hum.PlatformStand = true
        coroutine.resume(coroutine.create(function(HHumanoid)
            swait(1)
            HHumanoid.PlatformStand = false
        end), hum)
        local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
        local bodvol = Create("BodyVelocity"){
            velocity = angle * knockback,
            P = 5000,
            maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
            Parent = hit,
0
If Type, 01 Kolyolu -5 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

This looks like a script used in a dodgeball tool. Who did you use the script from? Some of the script could have been cropped out from the creator then saved into their model. What was it you were looking for?

Ad

Answer this question