So like how do i do it? I want to do something like meepcity, when you go to your house it has a teleport transition.
So like basicly, I can help you with tele script.
local teleport = script.Parent teleport.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Head.CFrame = CFrame.new(Position's Cords) end end
Then, as I understood you need to do that type of cutscene, I'm not good at it, but I found a tutorial
~~ https://www.youtube.com/watch?v=ZPry5khqe8o
Or you can make it without cutscence, but it would be like just teleporting on ur house
Hope I helped, that's my first answer