roduprus

roblox jojo stand script

Nov 15th, 2024
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.43 KB | None | 0 0
  1. --makes u stand behind someone like a stand from jojo
  2. --im kinda proud of this one
  3.  
  4. local P=game:GetService("Players")local p=P.LocalPlayer
  5. local c=p.Character or p.CharacterAdded:Wait()local r=c:WaitForChild("HumanoidRootPart")
  6. local sd, sh, lo, tn=3,0,2,"CHANGEUSERNAMETOVICTIMPLUHHHHH"
  7. local function g()while true do r.AssemblyLinearVelocity=Vector3.new(0,0,0)wait(0.01)end end
  8. local function d()for _,x in ipairs(c:GetDescendants())do if x:IsA("Animator")then for _,y in ipairs(x:GetPlayingAnimationTracks())do y:Stop()end end end local a=c:FindFirstChild("Animate")if a then a.Disabled=true end end
  9. local function b()local ids={"rbxassetid://248336459","rbxassetid://161268368"}local h=c:WaitForChild("Humanoid")local a=h:FindFirstChildOfClass("Animator")or h:WaitForChild("Animator")for _,id in ipairs(ids)do local x=Instance.new("Animation")x.AnimationId=id local y=a:LoadAnimation(x)y.Priority=Enum.AnimationPriority.Action y:AdjustWeight(0.5)y:Play()end end
  10. local t=P:FindFirstChild(tn)if t then local tc=t.Character or t.CharacterAdded:Wait()local hr=c:WaitForChild("HumanoidRootPart")local thr=tc:WaitForChild("HumanoidRootPart")game:GetService("RunService").RenderStepped:Connect(function()if thr and hr then local sp=thr.Position-thr.CFrame.LookVector*sd+Vector3.new(0,sh,0)+thr.CFrame.RightVector*lo hr.CFrame=CFrame.new(sp,sp+thr.CFrame.LookVector)end end)else print("idk")end
  11. d()b()c.Humanoid.Died:Connect(function()script:Destroy()end)g()
Advertisement
Add Comment
Please, Sign In to add comment