Need help..
#1
nuke = Script.Parent

while sleep(0.5) do
nuke.Size = nuke.Size + Vec2D.new(0.1,0.1)
end


I'm not great at changing the codes for buildism, So can someone tell me
whats wrong with it?
Reply
#2
Just Vec2D

not Vec2D.new
Reply
#3
Still isnt working
Reply
#4
Try:

nuke = script.Parent

while true do
sleep(0.01)
nuke.Size = Vec2D(nuke.Size.x + 0.1, nuke.Size.y + 0.1)
end
Reply
#5
Didnt work Sad
Reply
#6
(12-27-2011, 08:45 PM)Gaming-House Wrote: Didnt work Sad

It does, I just tried it.
Reply
#7
I think he was using a circle, in which case it would be

nuke = script.Parent

while true do
sleep(0.01)
nuke.Radius = nuke.Radius + 0.1
end

Reply
#8
(01-01-2012, 10:03 AM)Emperor Wrote: Yeah.
And I don't even know.
Becuase I don't even know lua...

Then why did you post....
Reply
#9
(01-01-2012, 10:03 AM)Emperor Wrote: Yeah.
And I don't even know.
Becuase I don't even know lua...

In many ways you remind me of the old, useless, CheeseSticks. Except CheeseSticks didn't bump old threads.

Yes, I talk about my old username as if it's a different person. Umad?
[Image: paperboy.PNG]
True beauty.
Reply
#10
(01-01-2012, 05:29 PM)Hippo_Yay Wrote:
(01-01-2012, 10:03 AM)Emperor Wrote: Yeah.
And I don't even know.
Becuase I don't even know lua...

In many ways you remind me of the old, useless, CheeseSticks. Except CheeseSticks didn't bump old threads.

Yes, I talk about my old username as if it's a different person. Umad?

>Using an Americanism

>Lives in England

???
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)