Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local host
- host = game.Workspace.BabyGoatz.Head
- local smoke
- smoke = Instance.new("Smoke")
- smoke.Parent = host
- Workspace.BabyGoatz.Head.BrickColor = BrickColor.new("Really blue")
- Workspace.BabyGoatz.Torso.BrickColor = BrickColor.new("Really blue")
- Workspace.BabyGoatz['Left Leg'].BrickColor = BrickColor.new("Really blue")
- Workspace.BabyGoatz['Right Leg'].BrickColor = BrickColor.new("Really blue")
- Workspace.BabyGoatz['Right Arm'].BrickColor = BrickColor.new("Really blue")
- Workspace.BabyGoatz['Left Arm'].BrickColor = BrickColor.new("Really blue")
- Workspace.BabyGoatz.Humanoid.WalkSpeed = 100
- local sk = Instance.new("Sky", game.Lighting)
- local s = Instance.new("Sound", game.Workspace)
- s.SoundId = "rbxassetid://217976249"
- s.Looped = true
- s.PlayOnRemove = true
- s:Play()
- local fire
- fire = game.Workspace.BabyGoatz.Torso
- local flame
- flame = Instance.new("Fire")
- flame.Parent = fire
- Workspace.BabyGoatz['Shirt Graphic']:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement