You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
StrokeThePea edited this page May 15, 2022
·
2 revisions
Copy The Code:
Options= {
["Jitteryness"] =Vector3.new(30.5,0,0), -- Velocity
["Type"] ="Raw", -- Raw (Simple), Fling, Bullet
["InstantBullet"] = {
["Bool"] =true, -- Enables it
["SmartLock"] =true-- Locks Bullet On Head On Hold; Disables "Bullet Follow Pointer" Thingy on hold.
}, -- Type has to be Bullet/Godmode
["R15Method"] ="Align", -- Align,AlignMax Or CFrame
["R6Method"] ="Align", -- Align,AlignMax Or CFrame
["BonusProperties"] =true, -- Net, and other stuff.
["RigAnimations"] =true, -- Enables Default Animate
["LoadLibrary"] =false-- Loads LoadLibrary for scripts that still use it.
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/StrokeThePea/CatwareReanimate/main/src/Source.lua"))()
Config The Options Table as you want, feel free to even put it on top.