Advertisement
BabyGoatz

Untitled

Sep 24th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. local host
  2. host = game.Workspace.BabyGoatz.Head
  3. local smoke
  4. smoke = Instance.new("Smoke")
  5. smoke.Parent = host
  6. Workspace.BabyGoatz.Head.BrickColor = BrickColor.new("Really blue")
  7. Workspace.BabyGoatz.Torso.BrickColor = BrickColor.new("Really blue")
  8. Workspace.BabyGoatz['Left Leg'].BrickColor = BrickColor.new("Really blue")
  9. Workspace.BabyGoatz['Right Leg'].BrickColor = BrickColor.new("Really blue")
  10. Workspace.BabyGoatz['Right Arm'].BrickColor = BrickColor.new("Really blue")
  11. Workspace.BabyGoatz['Left Arm'].BrickColor = BrickColor.new("Really blue")
  12. Workspace.BabyGoatz.Humanoid.WalkSpeed = 100
  13. local sk = Instance.new("Sky", game.Lighting)
  14. local s = Instance.new("Sound", game.Workspace)
  15. s.SoundId = "rbxassetid://217976249"
  16. s.Looped = true
  17. s.PlayOnRemove = true
  18. s:Play()
  19. local fire
  20. fire = game.Workspace.BabyGoatz.Torso
  21. local flame
  22. flame = Instance.new("Fire")
  23. flame.Parent = fire
  24. Workspace.BabyGoatz['Shirt Graphic']:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement