SHOW:
|
|
- or go back to the newest paste.
1 | - | credits to WaverlyCole for making the fe script |
1 | + | local ScriptLink = [[https://pastebin.com/raw/ZPJBeCLc]] |
2 | ||
3 | - | this is how to do it: |
3 | + | |
4 | local FeSource = nil;pcall(function()FeSource = game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/WaverlyCole/FE-Compatibility-VoidSb-/master/translate.lua")end); | |
5 | - | 1: go to www.pastebin.com and make a new paste then copy and paste the script under the desc |
5 | + | |
6 | if not FeSource then error("Failed to grab update! Try again later.",0)end;if not ScriptSource then error("Failed to get link!",0)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 Script = loadstring(ScriptSource);local Succ,Err = pcall(Script);if not Succ then warn(Err)error("Error loading script.",0) end; |