zachw9436

Untitled

Nov 5th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local eaten = game.Players.acb227
  2. eatenc = eaten.Character
  3. local body = Instance.new("Part")
  4. body.Parent = workspace
  5. body.formFactor = "Custom"
  6. body.BrickColor = BrickColor.new("Dark green")
  7. body.Size = Vector3.new(10, 5, 10)
  8. body.Anchored = true
  9. body.CFrame = CFrame.new(0, 5, 0)
  10. local mesh = Instance.new("SpecialMesh")
  11. mesh.Parent = body
  12. mesh.MeshType = "Sphere"
Add Comment
Please, Sign In to add comment