--t.me/Soul_Scr1pt local a = game local b = a:GetService("ReplicatedStorage") local c = b:WaitForChild("Remotes") local d = c:WaitForChild("FinishedRagdoll") local e = c:WaitForChild("UpgradeLevel") local g = c:WaitForChild("RollSkin") local f = {"Arm", "Leg", "Head", "Torso", "Strength"} task.spawn(function() while task.wait() do d:FireServer(88888899999999) end end) task.spawn(function() while task.wait(0.5) do for i = 1, #f do local args = { f[i] } e:InvokeServer(unpack(args)) end end end) task.spawn(function() while task.wait() do g:FireServer() end end)