Advertisement
Hex4rr

he is dead.. how

Aug 15th, 2020 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer.Character
  2. local Anim = Instance.new("Animation")
  3. Anim.AnimationId = "rbxassetid://429681631"
  4. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5. track:Play(.1, 1, 1)
  6. plr.Humanoid.Jump = true
  7. wait(0.1)
  8. plr.Humanoid.Health = 0
  9. plr["Right Arm"].Anchored = true
  10. plr["Left Arm"].Anchored = true
  11. plr["Right Leg"].Anchored = true
  12. plr["Left Leg"].Anchored = true
  13. plr["Head"].Anchored = true
  14. plr["Torso"].Anchored = true
  15. wait()
  16. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("i am dead",
  17. "All")
  18. wait(3)
  19. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("how",
  20. "All")
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement