[v2] RoRift | Create a Fortnite-like rift in an instant

You have to put the module in a location where you are easily able to find it. Then require it from a script by using require(location of your module).
You can also read the ModuleScript page for a better explanation.

i love how it looks, great job!

Can you give me a step step tutorial it don’t work for me with a proximity and the module script please make me a tutorial

I’ve made a small update, and now the module should work wherever you place it. It used to have a script inside the rift part and in that script, the rift would require the module to read some settings, but that’s gone now.

I don’t understand how can I make the rift active with an proximity promt

You need to put the module on a location like ServerStorage or ReplicatedStorage, and then call the function .new() when you use a proximity prompt on the module after you required it from a script.

How do you mean call function new()

Im not a scripter im very new to scripting

You can also copy the example script and put it inside a part with a proximity prompt and a part with the name “RiftPos”.

I try it out but the „path“ is everytime orange underlined

That’s because you need to replace “path.to.module” with the location of where you put the module.
Before using ModuleScripts, consider reading the documentation ModuleScripts.

And what I need to write when the module script is in workspace

Then just type
require(game.Workspace.RiftModule)

1 Like

Okay and the part whit the proximity script need to have the name „Part“

This is cool and all - but i was expecting it to teleport you like an actual Fortnite’s rift lol

All you have to do is add a few extra lines of code:

local plr = game:GetService("Players").LocalPlayer
local plrChar = plr.Character

plrChar:PivotTo(position)

Inside the code somewhere, insert this

1 Like

Yeah, I figured, I was just saying! Cool nonetheless.

Roblox has a serious issue with loading videos on the Devforum, a god damn 720p 14 second video takes like 5 seconds to load and when it does it plays for like a moment then starts loading again. :joy:

What is a fortnite rift? I don’t know what that is… is it the battlebus or something?

Fortnite rifts or sky rifts are the cracks in the sky that occasionally appear as part of the Fortnite storyline or as transportation.

2 Likes