-- ( ( 𝐒𝐂𝐑𝐈𝐏𝐓 𝐋𝐎𝐀𝐃𝐄𝐑 ) ) -- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Move-Creator-Template-Loadstring-Source-52223"))() -- ( ( 𝐓𝐄𝐌𝐏𝐋𝐀𝐓𝐄 ) ) -- function Function() print("Your Epic Skill's Functionality") end getgenv().Death_Port_SkillMaker_Create("Name","USE TWICE",5,false,Function) --[[ Functions in Order: arg1 = name arg2 = use twice text (can be nil) arg3 = cooldown length arg4 = if it should be burning (UFW Burning Effect) arg5 = function to call on equipped (Basically just what your skill does) ]] --[[ 𝐄𝐗𝐀𝐌𝐏𝐋𝐄 𝐅𝐔𝐍𝐂𝐓𝐈𝐎𝐍𝐀𝐋𝐈𝐓𝐘 function Test() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.799332, 490.754395, 18.1890182, 0.906309605, 0.422614306, 1.14254601e-06, 2.39172323e-06, -2.42560577e-06, -1, -0.422614306, 0.906309605, -3.20912636e-06) end getgenv().Death_Port_SkillMaker_Create("Epic","skibidis",5,true,Test) ]]