TheUnknownDiscord

Untitled

Nov 9th, 2021 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. local humanoidrootpart = Instance.new("Weld", owner.Character.HumanoidRootPart)
  2. humanoidrootpart.Part0 = owner.Character.HumanoidRootPart
  3. humanoidrootpart.Part1 = owner.Character.Torso
  4. humanoidrootpart.Name = "HumanoidRootPartWeld"
  5. humanoidrootpart.C0 = CFrame.Angles(0,0,math.rad(180))
  6. randomname = math.random(1,2)
  7. if randomname == 1 then
  8. owner.Character.Humanoid.DisplayName = "DinnerBone"
  9. elseif randomname == 2 then
  10. owner.Character.Humanoid.DisplayName = "Grumm"
  11. end
Add Comment
Please, Sign In to add comment