Advertisement
Friaza

Untitled

Jul 1st, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. z = Workspace.Friaza.Torso
  2. nob = false
  3. function Boom(Part)
  4. if nob == false and Part.Parent:FindFirstChild("Torso") and Part.Parent.Name ~= z.Parent.Name then
  5. nob = true
  6. w1 = Instance.new("Weld", z)
  7. w1.Part0 = w1.Parent
  8. w1.Part1 = Part
  9. w1.C0 = CFrame.fromEulerAnglesXYZ(0,0,0)*CFrame.new(0,0,-1.3)
  10. wait(1)
  11. game:GetService("Chat"):Chat(z.Parent.Head, "ALUAKHBAR!")
  12. wait(1)
  13. x=Instance.new("Explosion")
  14. x.Parent = Workspace
  15. x.Position = z.Position
  16. end
  17. end
  18.  
  19. z.Touched:connect(Boom)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement