local plr = game.Players.LocalPlayer
local char = plr.Character
animate = char:findFirstChild("Animate")
animate:Destroy()
local par = script and script.Parent or char
pcall(function()
par.Pandas:Destroy()
end)
if script then
script.Name = "Ryojin"
end
local m = Instance.new("Model",char)
m.Name = "Ryojin"
function weld(a,b,c,d)
local w = Instance.new("Weld",a) w.Part0 = a w.Part1 = b w.C0 = c or CFrame.new() w.C1 = d or CFrame.new() return w
end