Advertisement
kietprofe40

boku no hero

Feb 16th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for _,v in pairs(game.Workspace:GetDescendants()) do
  2. if string.find(v.Name, "Noumu") then
  3. v:FindFirstChild("HumanoidRootPart").Anchored = true
  4. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3.3)
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement