Advertisement
BabyGoatz

Untitled

Sep 24th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. wait(5) -- Created by BabyGoatz
  2. Workspace.BabyGoatz.Torso.Transparency = 1
  3. Workspace.BabyGoatz.Head.Transparency = 1
  4. Workspace.BabyGoatz['Left Leg'].Transparency = 1
  5. Workspace.BabyGoatz['Left Arm'].Transparency = 1
  6. Workspace.BabyGoatz['Right Arm'].Transparency = 1
  7. Workspace.BabyGoatz['Right Leg'].Transparency = 1
  8. Workspace.BabyGoatz.Humanoid.WalkSpeed = 70
  9. game.Lighting:SetMinutesAfterMidnight(5 * 60)
  10. local head
  11. head = game.Workspace.BabyGoatz['Left Arm']
  12. local fire
  13. fire = Instance.new("Fire")
  14. fire.Parent = head
  15. local arm
  16. arm = game.Workspace.BabyGoatz['Left Leg']
  17. local light
  18. light = Instance.new("PointLight")
  19. light.Parent = arm
  20. local arm2
  21. arm2 = game.Workspace.BabyGoatz['Right Leg']
  22. local light2
  23. light2 = Instance.new("PointLight")
  24. light2.Parent = arm
  25. local particle
  26. particle = game.Workspace.BabyGoatz.Head
  27. local partic
  28. partic = Instance.new("ParticleEmitter")
  29. partic.Parent = particle
  30. local rekt
  31. rekt = game.Workspace.BabyGoatz.Torso
  32. local lol
  33. lol = Instance.new("ParticleEmitter")
  34. lol.Parent = rekt
  35. local headz
  36. head = game.Workspace.BabyGoatz['Right Arm']
  37. local firez
  38. fire = Instance.new("Fire")
  39. fire.Parent = head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement