Help with creating a teleport tween (NOT TeleportService)

Here is an example I made, maybe it can help. Tween the parent Frame size from UDim2.new(200,0,200,0) to UDim2.new(2,0,2,0)

fullframe.rbxm (3.8 KB)

2 Likes

I don’t know how to open the file in studio, and mine isn’t really working. When I tween the frame with everything in it, the other things size don’t change.

@valtkins

I also don’t really know how to make the size so that the circle comes out of the edges of the screen, could you help me with that?

To explain more, the size of the original frame decreases, but the sizes of the items inside it don’t so their position just changes.

Drag the file into workspace.

I’ve also made a model, you just have to change the circle image to be transparent.

1 Like

Works well, except in the end there’s a bug I have no idea how to fix…


Since it shows at the end, would increasing the size work?

Yes, you can increase the size to {3,0,3,0}

1 Like

Every once in a while, it’ll glitch a little, do you think that’s just my side? Thanks!