Trying to create a teleport effect

The title of this post pretty much explains it, but I want to create an effect similar to the one found in this video https://youtu.be/uKYBhTlVjIE?t=190 as part of an event that happens upon teleportation, however i am very unsure of where to even start with something like this, my only thought was using particle emitters and setting the camera position, however this would only achieve a very basic effect, so any kind of help would be appreciated

i have alot of experience with scripting however limited experience with visuals, so please try to explain in somewhat basic terms if possible : )

thanks - chubby

2 Likes

Particle emitters will do it

1 Like

Use beams and particles, especially beams

You could also make a long deformed curved tube mesh using blender and make the camera move through it at a fast speed


I can help you with that if you want

Hope it helps :slight_smile:

2 Likes

this is extrememly helpful thanks :D, would you be able to help me with the curved tube? i have very limited knowledge of blender, however once the tube is made im not sure how id smoothly move the camera through the tube

If you are trying to do the entire animation sequence uh…

image
The video I put previously would be good for this


for this bubbly effect use this


for something like this, maybe a combination of these?

image
for this funky thing, get yourself a torus(donut shape) and distort it. make sure the normals are inverted since we are going to put the camera inside of it, and spin it around


(if that doesn’t load https://gyazo.com/3e3f0fdc413a69b3e8ed30ec20fb933b)
then once you’ve imported that into roblox studio add a texture and make the mesh transparent or semi-transparent. don’t forget to add some more particle effects, the one from the last sequence might work


for this, a combination of the previous effects should work, make sure they are facing the camera if needed

for this guy, a mesh ,if you do it right, it doesn’t have to be rigged but i dunno if you want that.

Anyways hope this helps!!

1 Like

For the curved tube, yea, sure I’ll help you out. For the camera movement, you can use CFrame or TweenService (like making a cutscene).

I can help you with that as well.

i was just looking for the teleport sequence itself, but thank you so much!!! this will be perfect, the torus is a great idea as it wont require me to do some obnoxiously complicated camera manipulation

1 Like

thank you, i think ill use Hazelfluff’s torus idea, however i do like the distorted look of the tube you sent, could you let me know how id go about combining the waviness of Hazelfluff’s idea and the distortion of yours?

1 Like

It’s actually quite simple, just apply a subdivision surface and a displacement modifier on your torus :

External Media

(sorry embbed wouldn’t work)
You can adjust the settings to suit your needs.
You might want to UV unwrap it afterwards if you want to add a texture to it.

Since it’s a torus, you can just weld the camera to a part located at the middle of the torus and make this part rotate around itself constantly.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.