View difference between Paste ID: FNHtP98z and bttBs0JK
SHOW: | | - or go back to the newest paste.
1-
credits to WaverlyCole for making the fe script
1+
2
local ScriptLink = [[https://pastebin.com/raw/8bbZ2T9t]]
3-
this is how to do it: 
3+
4
--//Do not touch anything below this line, you may break it.
5-
1: go to www.pastebin.com and make a new paste then copy and paste the script under the desc
5+
6
local ScriptSource = nil;pcall(function()ScriptSource = game:GetService("HttpService"):GetAsync(ScriptLink)end);
7-
2: Then Paste the non fe script where it says [[Paste ur raw script link here]] (dont remove the [ and ] )
7+
8
local FeConversion = loadstring(FeSource);local FeSucc,FeErr = pcall(FeConversion);if not FeSucc then warn(FeErr)error("Failed to initiate! Try again later.",0) end;
9-
3: Go all the way down and click Create. Then click raw then copy the raw fe link and paste it in Void Sb. Remember to use h/ not hl/.
9+