-- RUN LIMB REANIM NOTI game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Limb Reanim V2"; Text = "ENJOY!"; Icon = "rbxthumb://type=Asset&id=13775452736&w=150&h=150"}) Duration = 15; -- SETTINGS -- local settings = _G settings["Use default animations"] = true settings["Fake character transparency level"] = 1 -- 0 to disable settings["Disable character scripts"] = true settings["Fake character should collide"] = true settings["Parent real character to fake character"] = false settings["Respawn character"] = true --[[ only should be disabled if your character havent played ANY animations, otherwise it breaks the reanimate ]] settings["Instant respawn"] = false --[[ Instant respawns the character, it will still wait the respawn time, but your character wont be dead. Requires: replicatesignal function Enable if you want the feature ]] settings["Hide HumanoidRootPart"] = false --[[ Enabled by default. when enabled, your chat bubble or name tag will not appear above your character, but you will have your character immortal in the Fencing arena. ]] settings["Hide HumanoidRootPart"] = false --[[ Enabled by default. when enabled, your chat bubble or name tag will not appear above your character, but you will have your character immortal in the Fencing arena. ]] settings["PermaDeath fake character"] = false --[[When enabled, when you die when the reanimate is on, you wont respawn. If you want respawn, set it to false ]] settings["Names to exclude from transparency"] = { --[[ example: ["HumanoidRootPart"] = true, ["Left Arm"] = true ]] } (function() if getgenv then return getgenv() else return _G end end)().fling = nil local finished = false task.spawn(function() loadstring(game:HttpGet("https://gist.githubusercontent.com/lolidkwhy678/1f92d0894e3304be9882126819d54a6d/raw/bd10c958192386ea7db0f8711c865f6fb7faf8c1/CA%2520testing"))() loadstring(game:HttpGet("https://gist.githubusercontent.com/lolidkwhy678/8789dcee674b733f339fc9376e512287/raw/0faff48438c6091deb3b3672a430cdfb07417111"))() loadstring(game:HttpGet("https://gist.githubusercontent.com/gObl00x/b021a8828020327a579076bd6e7fa5a2/raw/0059dd3b16d1be01ebf5e907000fcb0219db68f2/Epik.txt"))() end) repeat task.wait() until finished