I want to make the bricks move up and down, or bounce, and change size, like they do in the game Club Pulse. How can I do that?
if ya mean that they Move and Resize every time not even Depending on anything like Music or something, then 100% Easy. Put this Script into the Part u need to Resize or Move;
wait = 1 --How many Seconds to wait for it to Resize while true do script.Parent.Size = Vector3.new(1, 1, 1) --Change the Number 1's to the Size u want wait(wait) script.Parent.Size = Vector3.new(2, 2, 2) --Again, change the Size end
That's just the Size, I'm doing something... so as am at it, I'll also look a Better way to Move stuff Up and Down, and give u the Info.