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

Why is it not working? I did everything correct (I think?)

Asked by 6 years ago
Edited 6 years ago

Okay so. Here is my script that isn't working:

function Grow(Size)
    script.Parent.Size = Vector3.new (99.91, 1.86, 85.55)
    wait (0.3)
    script.Parent.Size = Vector3.new (99.91, 3.06, 85.55)
    wait (0.3)
    script.Parent.Size = Vector3.new (99.91, 3.97, 85.55)
    wait (0.3)
    script.Parent.Size = Vector3.new (99.91, 5.32, 85.55)
    wait (0.3)
    Size (99.91, 5.8, 85.55)
    wait (0.3)
    Size (99.91, 6.74, 85.55)
    wait (0.3)
    Size (99.91, 8.53, 85.55)
    wait (0.3)
    Size (99.91, 9.53, 85.55)
    wait (0.3)
    Size (99.91, 10.43, 85.55)
    wait (0.3)
    Size (99.91, 12.6, 85.55)
end

Grow(script.Parent.Size = Vector3.new)


I got NO idea why it isn't working! Please help me and explain.

0
Just a note: It all mushes together. I don't know why. kajsa006 -1 — 6y
0
I can't read that, can you go into edit mode on here, highlight the script, and click the LUA logo just above the text box. Then save the edit. MachoPiggies 526 — 6y
0
Please set it in Lua jtwgames 0 — 6y

Answer this question