Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Owner = "ii_SarahDelta1"
  2. hh = Instance.new("Humanoid")
  3. hh.Parent = workspace
  4. workspace.yfc.Torso.Touched:connect(function(hit)
  5. human = hit.Parent:findFirstChild("Humanoid")
  6. if human then
  7. if hit.Parent.Name ~= Owner.Name then
  8. Name = hit.Parent.Name
  9. Name2 = hit.Name
  10. m = Instance.new("Message")
  11. m.Parent = workspace
  12. m.Text = " " ..Name.. "'s Noobish " ..Name2.. " Touched ii_SarahDelta1's Torso!!"
  13. wait(2)
  14. m:remove()
  15. wait(2)
  16. human.Parent.Torso.CFrame = human.Parent.Torso.CFrame + Vector3.new(0, 500, 0)
  17. end
  18. end
  19. end)
  20.  
  21. --lego
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement