I need this info for my upcoming game that I havent started yet.
Here, Put inside script,INside part
1 | wait( 5 ) |
2 | script.Parent.Size = script.Parent.Size + Vector 3. new(SIZEHERE,SIZEHERE,SIZEHERE) |
1 | wait( 5 ) |
2 | script.Parent.Size = Vector 3. new(script.Parent.Size.X* 2 ,script.Parent.Size.Y* 2 ,script.Parent.Size.Z* 2 ) |