Sharing a script is usually done with a simple line of code called a loadstring . Instead of asking users to copy hundreds of lines of code, the creator posts: loadstring(game:HttpGet("[PASTEBIN URL]"))() . When executed, the executor fetches and runs the hidden code remotely.
local recoil_x = 0 local recoil_y = 0 -- Hook the tween info to modify recoil values hookfunction(TweenInfo.new, newcclosure(function(...) if debug.info(3, "n") == "recoil_function" then setstack(3, 5, getstack(3, 5) * recoil_x) setstack(3, 6, getstack(3, 6) * recoil_y) end return old_tweenInfo_new(...) end)) no recoil script roblox pastebin